Accessing user inputs in your automation flow allows you to tailor the flow based on the responses users provide.
Steps to Get User’s Inputs in a Flow #
1. Use the ‘Condition’ Step Inside the Flow Builder #
- Drag the ‘Condition’ step into the flow builder.
2. Set the Condition #
- Once you drag the condition component, a configuration window will appear.
- In the ‘Which Data Set Will This Condition Use’ dropdown, select the connected form from the flow.
3. Set the Condition Field #
- In the ‘Condition’ dropdown, you’ll see all available fields from the form you connected to the flow.
4. Set the Condition Operation #
- You can choose from multiple condition operators (e.g., equals, contains, etc.).
5. Set the Condition Value #
- In the final dropdown, choose the value that you want to compare the condition against.
6. Save the Step Details #
- After configuring the condition, click on the ‘Save’ button to save the step details.
7. Save the Flow #
- After completing the flow design, click on the ‘Save’ button to save the entire flow.