Skip to content

Commit b466937

Browse files
docs - typo for link going to original site (#2431)
1 parent a6075b0 commit b466937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorials/custom-steps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Field | Type | Description
6969
`type` | String | Defines the data type and can fall into one of two categories: primitives or Slack-specific.
7070
`title` | String | The label that appears in Workflow Builder when a user sets up this step in their workflow.
7171
`description` | String | The description that accompanies the input when a user sets up this step in their workflow.
72-
`dynamic_options` | Object | For custom steps dynamic options in Workflow Builder, define this property and point to a custom step designed to return the set of dynamic elements once the step is added to a workflow within Workflow Builder. Dynamic options in Workflow Builder can be rendered in one of two ways: as a drop-down menu (single-select or multi-select), or as a set of fields. Refer to [custom steps dynamic options in Workflow Builder](/automation/runonslack/custom-steps-dynamic-options) for more details.
72+
`dynamic_options` | Object | For custom steps dynamic options in Workflow Builder, define this property and point to a custom step designed to return the set of dynamic elements once the step is added to a workflow within Workflow Builder. Dynamic options in Workflow Builder can be rendered in one of two ways: as a drop-down menu (single-select or multi-select), or as a set of fields. Refer to [custom steps dynamic options in Workflow Builder](https://api.slack.com/automation/runonslack/custom-steps-dynamic-options) for more details.
7373
`is_required` | Boolean | Indicates whether or not the input is required by the step in order to run. If it’s required and not provided, the user will not be able to save the configuration nor use the step in their workflow. This property is available only in v1 of the manifest. We recommend v2, using the `required` array as noted in the example above.
7474
`hint` | String | Helper text that appears below the input when a user sets up this step in their workflow.
7575

0 commit comments

Comments
 (0)