Create a new workflow by navigating to the Workflow Editor
In the action panel
Set Web Form Flow Type as: Single Step
Complete the additional fields:
Add an Interactive Action
step.1
and then select the webform_form_url
dynamic variable option. Since the web form is generated dynamically on a dynamic URL, it is required to include a step to share it via Slack, Email, or another communication channel.Add the Wait action
Build out the rest of your workflow
step.1
and then select the webform_form_url
dynamic variable option.
Parameter | Data Type | Description |
---|---|---|
label | Text | The Labels for the fields on the form. |
required | Boolean | Set to True if the form field is required to be filled out, and set to False if it is optional. |
type | Input Types | Text, Number, Date&Time, MultiSelect, SingleSelect and Checkbox |
default | Boolean | Sets to True to set the value as the default value or false to set it as the default value |
placeholder | String | Temporary text displayed within an empty input field to indicate the type of information that should be entered |
options | Array | Labels for the options you want to include in the MultiSelect menu. |
display_name | String | Generates a new label name for the field on the form by overriding the default label. |
allow_free_text | Boolean | Set to True if you want to allow free text in dropdown menus or false to not allow it. |
index | Number | The index is used to determine the order in which you want to arrange your form fields. |
options_type | Empty String | Always set it as an empty string: "". |
free_text_regex | Empty String | Always set it as an empty string: "". |
filtering_field | Empty String | Always set it as an empty string: "". |
enforce_connection_types | null | Always set it as null. |