Skip to content

Create a form

Building forms with Workflow Automation is easy. The best way to learn is to start with a general example, followed by a simple use case.

NOTE

Forms can only be used within flows, they do not function independently. You need to create a flow to preview your form.

Build the form

In this example, we're setting up a form that includes all available field types and options.

INFO

This form itself has no real use case, its only purpose is to illustrate how to add all available field types.

  1. Go to the Forms page. Click the + Create form button to create a new form. create-a-form/Create-a-form_01.jpg

  2. Start by filling in the basic fields. Name and Display Name are required fields.

    INFO

    Required form fields (marked with an asterisk) must be completed for the form to work.

    create-a-form/Create-a-form_02.jpg

  3. Assign a Name. This is the name under which the form will appear in the Dashboard.

  4. Specify a Display Name, this is the form title shown when the flow runs.

  5. Add a brief Description of the form’s purpose, so users know what to expect.

  6. Enter the Submit Button Text, for example "Send", "Submit", or "Next".

  7. Provide the Response Message, e.g. "Form successfully sent". create-a-form/Create-a-form_03.jpg

  8. Set up the first form field. Enter a Field name (e.g. "Last name"), then select a Type. Options include String (default), Checkbox, Dropdown, Multiline, Date, Time, Date & Time, and Array. create-a-form/Create-a-form_04.jpg

  9. All field Types include the Required and Readonly checkbox options.

  10. The String field type also offers an additional Validation format dropdown, allowing you to validate input as Email, URL, Phone number, Number, Letters and numbers only, Custom pattern (Regex), or leave it unvalidated. create-a-form/Create-a-form_05.jpg

  11. Let's validate the text input. Choose Custom pattern, then add a Regex pattern, e.g. ^[a-zA-Z ]+$ to allow only for letters. Add a validation message, like "Sorry, only alphabetic characters are allowed!". Select the Required checkbox.

    TIP

    Learn more about Regex patterns here.

    create-a-form/Create-a-form_06.jpg

  12. Then, click the Add field + button below to insert a new field. create-a-form/Create-a-form_07.jpg

  13. A blank form section appears.

    INFO

    The Create button at the bottom is disabled and will only become active once the new form field is configured correctly.

    create-a-form/Create-a-form_08.jpg

  14. Let's add a Multiline text field and name it Text area, for example. This is the form field that will contain the written message. Check the Required checkbox. create-a-form/Create-a-form_09.jpg

  15. Use the Add field + button at the bottom again. Another blank form section appears. Insert a Field name (e.g. "Dropdown list") and select Dropdown as the field type. Then click the Add option + button and add a few options to choose from. create-a-form/Create-a-form_10.jpg

  16. Press the Add field + button underneath. Another empty form section is shown. Enter a Field name (e.g. "Date"), choose Date as the field type and make it required. create-a-form/Create-a-form_11.jpg

  17. Click the Add field + button below. Another blank form section is displayed. Add a Field name (e.g. "Time"), select Time as the field type and check the Readonly checkbox. create-a-form/Create-a-form_12.jpg

  18. Hit the Add field + button again. Another blank form section appears. Enter a Field name (e.g. "Date and time"), choose Date & Time as the field type and make it Readonly. create-a-form/Create-a-form_13.jpg

  19. Click the Add field + button at the bottom again. Another blank form section opens up. Insert a Field name (e.g. "Checkbox text") and select Checkbox as the field type. Tick the Required checkbox.

    INFO

    The Field name is the text displayed to the right of the checkbox.

    create-a-form/Create-a-form_14.jpg

  20. Select the Add field + button at the bottom again. Another blank form section appears. Enter a Field name (e.g. "Array") and select Array as the field type. create-a-form/Create-a-form_15.jpg

  21. Configure the array by setting the number of items. The default minimum is 0, and the default maximum is 1. For example, set the minimum to 1 and the maximum to 5 to allow up to 5 array sets. Then, click the Add field + button to configure the Array fields.

    INFO

    In the Array Configuration, set the minimum to at least 1 item to display the array directly in the form. If the minimum is 0, only the Field name and a + (plus) button will be shown.

    create-a-form/Create-a-form_16.jpg

  22. Enter a Field name, select the Type, and optionally select a Validation format. If needed tick the required checkbox to make the field mandatory. create-a-form/Create-a-form_17.jpg

  23. Press the Add field + button again to configure a second Array field.

    INFO

    Add as many fields to your array as needed. Click the - (minus) button to remove an Array field.

    create-a-form/Create-a-form_18.jpg

  24. Click the Create button.

  25. The new form has been successfully created. You’ve been redirected to the Forms page, where it is now listed. create-a-form/Create-a-form_19.jpg

Prefilled and hidden fields

  1. This view displays a sample Newsletter Signup form with no prefilled data. create-a-form/Prefilled-form_01.jpg
  2. You can prefill fields by adding tokens to the URL. create-a-form/Prefilled-fields_01.jpg
  3. You may include either visible or hidden information in the URL.
  4. As an example, tokens can be used to prefill the Name and Email fields and automatically select the checkbox by default. create-a-form/Prefilled-fields_02.jpg
  5. Tokens added to the URL are reflected in the form. The Name and Email address fields are prefilled, and the checkbox is checked automatically. create-a-form/Prefilled-form_02.jpg
  6. You can also add a token to include information that remains hidden while the user fills out the form. create-a-form/Prefilled-fields_03.jpg
  7. Click the Register now button to submit the form. create-a-form/Prefilled-form_03.jpg
  8. Navigate to Executions to verify the form has been successfully transmitted.
  9. Select your flow from the list. create-a-form/Prefilled-fields-form-executions_01.jpg
  10. Go to DATA OUT. create-a-form/Prefilled-fields-form-executions_02.jpg
  11. The tokens submitted throught the URL have been transmitted successfully. create-a-form/Prefilled-fields-form-executions_03.jpg

Response messages

Understanding response message hierarchy

The step-level response message overrides the one on form-level. The system default is shown when custom response messages have not been defined.

  1. Step-level override: An individual response message defined in an Action step.
  2. Form-level override: A custom response message configured in the Create form setup.
  3. System default: A static response message hard-coded into the platform.

Response message at form-level

  1. Click the + Create form button. create-a-form/Create-a-form_01.jpg
  2. Fill in the required fields.
  3. Enter your custom response message in the Response Message field, e.g. "Thank you for signing up!". create-a-form/Response-message_01.jpg
  4. Click the Create button.
  5. The new custom response message has been set up successfully. It will override the system default.

Response message at step-level

Prerequisites

This guide assumes you have a Slack account and a channel configured to receive data. A basic newsletter form named Form to Slack with two required text fields and a checkbox has already been set up.

  1. Navigate to Flows and click the + Create flow button. create-a-form/Response-message-step-level_01.jpg

  2. Enter a name, e.g. "Form to Slack to Form". create-a-form/Response-message-step-level_02.jpg

  3. Let's configure the Trigger step. In the Choose app & event section select Forms from the list. create-a-form/Response-message-step-level_03.jpg

  4. Select New form submission as the Trigger event. create-a-form/Response-message-step-level_04.jpg

  5. Click the Continue button.

  6. The Set up a trigger section opens. create-a-form/Response-message-step-level_05.jpg

  7. Select the form. Choose Form to Slack from the list. create-a-form/Response-message-step-level_06.jpg

  8. Choose Yes in the Wait until flow is done field.

    WARNING

    In the Set up a trigger section, you must select Yes in the Wait until flow is done field. Otherwise your step-level response message – configured later in an Action step – will not be displayed!

    create-a-form/Response-message-step-level_07.jpg

  9. Press the Continue button. create-a-form/Response-message-step-level_08.jpg

  10. In the Test trigger section hit the Test & Continue button. create-a-form/Response-message-step-level_09.jpg

  11. Click the Continue button.

    INFO

    Do not worry about the error message. The new form hasn't submitted any data yet. We`ll address this shortly.

    create-a-form/Response-message-step-level_10.jpg

  12. Let's configure the first Action step. create-a-form/Response-message-step-level_11.jpg

  13. In the Choose app & event section select Slack from the list. create-a-form/Response-message-step-level_12.jpg

  14. Choose Send a message to a channel as the Action event. create-a-form/Response-message-step-level_13.jpg

  15. Press the Continue button.

  16. Select the connection, then click the Continue button. create-a-form/Response-message-step-level_14.jpg

  17. Choose the Slack channel from the list in the Set up action section. Enter a text message to be displayed in Slack, e.g. "There's a new form submission!". Select to either Send as a bot or not. create-a-form/Response-message-step-level_15.jpg

  18. Click the Continue button. create-a-form/Response-message-step-level_16.jpg

  19. Press the Test & Continue button.

  20. The Action step has been set up successfully. create-a-form/Response-message-step-level_17.jpg

  21. Hit the Continue button.

  22. Select the + button underneath to insert the next Action step. create-a-form/Response-message-step-level_18.jpg

  23. Let's configure the second Action step. create-a-form/Response-message-step-level_19.jpg

  24. Choose Forms from the list. create-a-form/Response-message-step-level_20.jpg

  25. Select Respond with as the Action event. create-a-form/Response-message-step-level_21.jpg

  26. Click the Continue button.

  27. The Status code field is prefilled. Do not fill in the Key and Value fields.

    INFO

    An HTTP status code 200 means the request was successful, and the server has sent back the requested data. Learn more about Status Codes here.

  28. Enter your individual response message, e.g. "Your message has been sent!" in the Body field. create-a-form/Response-message-step-level_22.jpg

  29. Click the Continue button.

  30. Press the Test & Continue button. create-a-form/Response-message-step-level_23.jpg

  31. The Action has been tested successfully. create-a-form/Response-message-step-level_24.jpg

  32. Click the Continue button.

  33. Hit the Publish button. create-a-form/Response-message-step-level_25.jpg

  34. The flow has been published successfully. create-a-form/Response-message-step-level_26.jpg

  35. Go back to the Trigger step and navigate to the Set up a trigger section. Click the link! create-a-form/Response-message-step-level_27.jpg

  36. A new tab with the form opens. create-a-form/Response-message-step-level-browser-form_01.jpg

  37. Fill in the form fields, tick the checkbox and click the Register now button. create-a-form/Response-message-step-level-browser-form_02.jpg

  38. Your custom step-level response message is displayed below the form.
    create-a-form/Response-message-step-level-browser-form_03.jpg

  39. Navigate to Executions to check the flow`s performance. create-a-form/Response-message-success-execution_01.jpg

  40. Click the DATA OUT buttons. create-a-form/Response-message-success-execution_02.jpg

  41. The form has responded with the custom step-level response message. create-a-form/Response-message-success-execution_03.jpg

  42. The new custom response message at step-level has been set up successfully. It will override the response messages at form-level and system default.

Redirect URLs

Redirect URLs let you forward users to a specific destination after form submission. There are two ways to set up Redirect URLs in a flow. Either in the Trigger step, or in a later Action step.

Redirect URL in the Trigger step

Prerequisites

This guide assumes you have a Slack account and a channel configured to receive data. A basic newsletter form named Form to Slack with two required text fields and a checkbox has already been set up.

  1. Navigate to Flows and click the + Create flow button. create-a-form/Redirect-URL-trigger-step_01.jpg

  2. Enter a name, e.g. "Form with Redirect URL". create-a-form/Redirect-URL-trigger-step_02.jpg

  3. Let's configure the Trigger step. In the Choose app & event section select Forms from the list. create-a-form/Redirect-URL-trigger-step_03.jpg

  4. Select New form submission as the Trigger event. create-a-form/Redirect-URL-trigger-step_04.jpg

  5. Click the Continue button.

  6. The Set up a trigger section opens. create-a-form/Redirect-URL-trigger-step_05.jpg

  7. Select the form. Choose Form to Slack from the list. create-a-form/Redirect-URL-trigger-step_06.jpg

  8. Choose Yes in the Wait until flow is done field.

    WARNING

    In the Set up a trigger section, you must select Yes in the Wait until flow is done field. Otherwise your Redirect URL will not work!

    create-a-form/Redirect-URL-trigger-step_07.jpg

  9. Enter the Redirect URL. create-a-form/Redirect-URL-trigger-step_08.jpg

  10. Press the Continue button.

  11. In the Test trigger section hit the Test & Continue button. create-a-form/Redirect-URL-trigger-step_09.jpg

  12. Click the Continue button.

    INFO

    Do not worry about the error message. The new form hasn't submitted any data yet. We`ll address this shortly.

    create-a-form/Redirect-URL-trigger-step_10.jpg

  13. Let's configure the Action step. create-a-form/Redirect-URL-trigger-step_11.jpg

  14. In the Choose app & event section select Slack from the list. create-a-form/Redirect-URL-trigger-step_12.jpg

  15. Choose Send a message to a channel as the Action event. create-a-form/Redirect-URL-trigger-step_13.jpg

  16. Press the Continue button.

  17. Select the connection, then click the Continue button. create-a-form/Redirect-URL-trigger-step_14.jpg

  18. Choose the Slack channel from the list in the Set up action section. Enter a text message to be displayed in Slack, e.g. "There's a new form submission!". Select to either Send as a bot or not. create-a-form/Redirect-URL-trigger-step_15.jpg

  19. Click the Continue button.

  20. Press the Test & Continue button. create-a-form/Redirect-URL-trigger-step_16.jpg

  21. The Action step has been set up successfully. create-a-form/Redirect-URL-trigger-step_17.jpg

  22. Click the Continue button.

  23. Hit the Publish button.

  24. The flow has been published successfully. create-a-form/Redirect-URL-trigger-step_18.jpg

  25. Go back to the Trigger step and navigate to the Set up a trigger section. Click the link! create-a-form/Redirect-URL-trigger-step_19.jpg

  26. A new tab with the form opens. create-a-form/Form-in-browser-redirect_01.jpg

  27. Fill in the form fields, tick the checkbox and click the Register now button. create-a-form/Form-in-browser-redirect_02.jpg

  28. You've been redirected to the configured Redirect URL. create-a-form/Form-in-browser-redirect_03.jpg create-a-form/Form-in-browser-redirect_04.jpg

Redirect URL in the Action step

Prerequisites

This guide assumes you have a Slack account and a channel configured to receive data. A basic newsletter form named Form to Slack with two required text fields and a checkbox has already been set up.

  1. Navigate to Flows and click the + Create flow button. create-a-form/Form-with-action-step-redirect-url_01.jpg

  2. Enter a name, e.g. "Form with Action Step Redirect URL". create-a-form/Form-with-action-step-redirect-url_02.jpg

  3. Let's configure the Trigger step. In the Choose app & event section select Forms from the list. create-a-form/Form-with-action-step-redirect-url_03.jpg

  4. Select New form submission as the Trigger event. create-a-form/Form-with-action-step-redirect-url_04.jpg

  5. Click the Continue button.

  6. The Set up a trigger section opens. create-a-form/Form-with-action-step-redirect-url_05.jpg

  7. Select the form. Choose Form to Slack from the list. create-a-form/Form-with-action-step-redirect-url_06.jpg

  8. Choose Yes in the Wait until flow is done field.

    WARNING

    In the Set up a trigger section, you must select Yes in the Wait until flow is done field. Otherwise your Action step Redirect URL will not work!

    create-a-form/Form-with-action-step-redirect-url_07.jpg

  9. Press the Continue button. create-a-form/Form-with-action-step-redirect-url_08.jpg

  10. In the Test trigger section hit the Test & Continue button. create-a-form/Form-with-action-step-redirect-url_09.jpg

  11. Click the Continue button.

    INFO

    Do not worry about the error message. The new form hasn't submitted any data yet. We`ll address this shortly.

    create-a-form/Form-with-action-step-redirect-url_10.jpg

  12. Let's configure the first Action step. create-a-form/Form-with-action-step-redirect-url_11.jpg

  13. In the Choose app & event section select Slack from the list. create-a-form/Form-with-action-step-redirect-url_12.jpg

  14. Choose Send a message to a channel as the Action event. create-a-form/Form-with-action-step-redirect-url_13.jpg

  15. Press the Continue button.

  16. Select the connection, then click the Continue button. create-a-form/Form-with-action-step-redirect-url_14.jpg

  17. Choose the Slack channel from the list in the Set up action section. Enter a text message to be displayed in Slack, e.g. "There's a new form submission!". Select to either Send as a bot or not. create-a-form/Form-with-action-step-redirect-url_15.jpg

  18. Click the Continue button.

  19. Press the Test & Continue button. create-a-form/Form-with-action-step-redirect-url_16.jpg

  20. The Action step has been set up successfully. create-a-form/Form-with-action-step-redirect-url_17.jpg

  21. Click the Continue button.

  22. Select the + button underneath to insert the next Action step. create-a-form/Form-with-action-step-redirect-url_18.jpg

  23. Let's configure the second Action step. create-a-form/Form-with-action-step-redirect-url_19.jpg

  24. Choose Forms from the list. create-a-form/Form-with-action-step-redirect-url_20.jpg

  25. Select Respond with as the Action event. create-a-form/Form-with-action-step-redirect-url_21.jpg

  26. Click the Continue button.

  27. The Status code field is prefilled.

    INFO

    An HTTP status code 200 means the request was successful, and the server has sent back the requested data. Learn more about Status Codes here.

    create-a-form/Form-with-action-step-redirect-url_22.jpg

  28. Enter x-redirect-URL in the Key field, and insert the redirect URL in the Value field. create-a-form/Form-with-action-step-redirect-url_23.jpg

  29. Enter your individual response message, e.g. "Your message has been sent!" in the Body field.

    NOTE

    You must fill in a response message in the Body field, otherwise you can't continue.

    create-a-form/Form-with-action-step-redirect-url_24.jpg

  30. Click the Continue button.

  31. Press the Test & Continue button. create-a-form/Form-with-action-step-redirect-url_25.jpg

  32. The Action has been tested successfully. create-a-form/Form-with-action-step-redirect-url_26.jpg

  33. Click the Continue button.

  34. Hit the Publish button. create-a-form/Form-with-action-step-redirect-url_27.jpg

  35. The flow has been published successfully. create-a-form/Form-with-action-step-redirect-url_28.jpg

  36. Go back to the second Action step and navigate to the Set up action section. Click the link! create-a-form/Form-with-action-step-redirect-url_29.jpg

  37. A new tab with the form opens. create-a-form/Form-in-browser-action-redirect_01.jpg

  38. Fill in the form fields, tick the checkbox and click the Register now button. create-a-form/Form-in-browser-action-redirect_02.jpg

  39. You've been redirected to the configured Redirect URL. create-a-form/Form-in-browser-action-redirect_03.jpg create-a-form/Form-in-browser-action-redirect_04.jpg

Array example use case

Example: Configure an array for a member list, where each member has a Name and Email address. Set the maximum number of members to 25.

  1. Go to the Forms page. Click the + Create form button to create a new form. create-a-form/Arrays_01.jpg
  2. Fill in the basic information. create-a-form/Arrays_02.jpg
  3. Configure the array by entering a Field name (e.g. "Member list"). Choose Array as the Type. Set minimum items to 1 and maximum items to 25. Then, click the Add field + button. create-a-form/Arrays_03.jpg
  4. Enter the Field name (e.g. "Name") and select String as the Type. Choose Custom pattern for the Validation format and insert the Regex ^[a-zA-Z ]*$ to allow only letters and spaces. Provide the Validation message (e.g. "Only letters and spaces are allowed!"). Make the field Required, then click the Add field + button. create-a-form/Arrays_04.jpg
  5. Insert a Field name (e.g. "Email address"), select String as Type and choose Email as the Validation format. Mark the field as Required. create-a-form/Arrays_05.jpg
  6. Click the Create button.
  7. The new form has been successfully created. You’ve been redirected to the Forms page, where it is now listed. create-a-form/Arrays_06.jpg

Edit a form

  1. To make changes to a form, navigate to the Forms page and select it from the list. create-a-form/Edit-a-form_01.jpg

  2. The form can now be edited. create-a-form/Edit-a-form_02.jpg

  3. Let's assume we would like to permanently delete Option 3 from the Dropdown, as well as remove the Time and Date & Time fields. To remove a form element, click the – (minus) button to the right of the field.

    DANGER

    Once a form element is deleted it is permanently removed and cannot be retrieved!

    create-a-form/Edit-a-form_03.jpg

  4. The selected form elements have been successfully removed. Click the + Add field button if you would like to add a new field to your form. create-a-form/Edit-a-form_04.jpg

  5. Press the Update button to save your changes.

  6. You’ve been redirected to the Forms page, where your updated form is listed. create-a-form/Edit-a-form_05.jpg

Delete a form

  1. Go to the Forms page.
  2. Click the meatballs menu (...) on the right to delete a form. create-a-form/Delete-a-form_01.jpg
  3. Press Delete to permanently remove the form. create-a-form/Delete-a-form_02.jpg

Example use case

Let's assume we would like to create a simple form that triggers a flow that fetches new form submissions and then sends them to a Slack channel.

This example shows how to build a form where users enter their Name and Email address, agree to the Terms & Services via a checkbox, and click the Submit button. Both text fields and the checkbox are required. Input validation will also be applied to the text fields.

  1. Go to the Forms page. Click the + Create form button to create a new form. create-a-form/Form-example_01.jpg
  2. Assign a Name, for instance "Form to Slack".
  3. Specify a Display Name, e.g. "Newsletter Signup".
  4. Add a brief Description, for example "Sign up for our newsletter".
  5. Enter the Submit Button Text, e.g. "Register now".
  6. Provide the Response Message, like "Thank you for signing up!".
  7. Set up the first text field. Enter Name as the Field name. The default type, String, is already selected.
  8. Let's validate the text input. Choose Custom pattern, then add a Regex pattern, e.g. ^[a-zA-Z ]+$ to allow only letters. Add a validation message, like "Sorry, only alphabetic characters are allowed!". Select the Required checkbox. create-a-form/Form-example_03.jpg
  9. Add a new field and enter Email address as the Field name. The default type, String, is already selected.
  10. Let's validate the text input. Choose Email and check the Required checkbox. create-a-form/Form-example_04.jpg
  11. Add a new field, name it Terms and Services and select Checkbox from the dropdown. Click the Required option. create-a-form/Form-example_05.jpg
  12. Click the Create button.
  13. Your form has been successfully created. create-a-form/Form-example_06.jpg
  14. Start using your new form with Workflow Automation.

Preview the example form

Prerequisites

This guide assumes you have a Slack account and a channel configured to receive data. The basic newsletter example form named Form to Slack with two required text fields and a checkbox has already been set up.

  1. Navigate to the Flows page.

  2. Click the + Create Flow button. create-a-form/Form-example-flow_01.jpg

  3. Assign a meaningful name to your flow. create-a-form/Form-example-flow_02.jpg

  4. In the Choose app & event section select Forms from the list. create-a-form/Form-example-flow_03.jpg

  5. Choose New form submission as the event. Click the Continue button. create-a-form/Form-example-flow_04.jpg

  6. The Set up a trigger section opens up. create-a-form/Form-example-flow_05.jpg

  7. Select your Form in the Form field dropdown. create-a-form/Form-example-flow_06.jpg

  8. Select either Yes or No in the Wait until flow is done dropdown. create-a-form/Form-example-flow_07.jpg

    INFO

    In the Set up a trigger section, you must select Yes in the Wait until flow is done field should you want to either insert a redirect URL (here or in a later Action step) or a response message at step-level.

  9. Leave the Async redirect URL field empty. Click the Continue button. create-a-form/Form-example-flow_08.jpg

  10. Go back to the Set up a trigger section.

    NOTE

    You have to fill in the form first and submit it, otherwise the Test Trigger step will produce an error message!

    create-a-form/Form-example-flow-return-to-trigger-for-preview.jpg

  11. Click the link to preview your form! create-a-form/Form-example-flow-form-preview.jpg

  12. A new tab with your form opens. create-a-form/Form-Preview_01.jpg

  13. Enter a Name and Email address.

  14. Tick the Terms and Services checkbox and click the Submit button. create-a-form/Form-Preview_02.jpg

  15. The form has been submitted sucessfully and the Response message is displayed. create-a-form/Form-Preview_03.jpg

    TIP

    If your only goal is to preview the form, you can stop here. Otherwise, continue setting up the flow.

  16. Click the Test & Continue button to verify everything works as expected. create-a-form/Form-example-flow_09.jpg

  17. The trigger has been tested successfully. create-a-form/Form-example-flow_10.jpg

  18. Click the Continue button.

  19. Configure the Action step. create-a-form/Form-example-flow_11.jpg

  20. Choose Slack from the list. create-a-form/Form-example-flow_12.jpg

  21. Select Send a message to channel as the event. create-a-form/Form-example-flow_13.jpg

  22. Click the Continue button. create-a-form/Form-example-flow_14.jpg

  23. Choose your Slack connection. create-a-form/Form-example-flow_15.jpg

  24. Click the Continue button.

  25. Select the channel you would like to use. create-a-form/Form-example-flow_16.jpg

  26. Enter the Message text. Then choose how you would like to send the message in the Send as a bot? dropdown. Available options are SEND AS A BOT? and CUSTOM. Decide if you want to SEND AS A BOT? (Yes/No). create-a-form/Form-example-flow_17.jpg Alternatively, choose CUSTOM if you want to send the content of a submitted form field. create-a-form/Form-example-flow_18.jpg

  27. In this case simply select SEND AS A BOT? and choose No. create-a-form/Form-example-flow_19.jpg

  28. Click the Continue button.

  29. Let's test the Action step. Click the Test & Continue button. create-a-form/Form-example-flow_20.jpg

  30. The test is successful. create-a-form/Form-example-flow_21.jpg

  31. Click the Continue button. The flow is ready for publication.

  32. Click the Publish button. create-a-form/Form-example-flow_22.jpg

  33. The flow has been published successfully. create-a-form/Form-example-flow_23.jpg