Collect user input or add approval gates to workflows
The Form step pauses a workflow and presents a form to the user for manual input. You define the form fields, and the workflow resumes once the user submits. Form fields can receive data from previous steps and pass data to the next steps.
When execution reaches a Form step, the workflow pauses and waits for user input. The form displays the fields you define. Mark fields as required in the step settings to enforce validation before the user can submit. If fields are connected to previous steps, they are pre-populated with that data. Once the user submits, the form data becomes the step's output and the workflow advances. Form steps can have multiple groups of fields, each able to receive data from and pass data to other steps.