Flows docs are in early stages and not everything is documented yet. If you have any questions, please reach out to us hello@flows.sh.
Step types
Wait

Wait step

Wait is a step that pauses the flow and waits for a user to finish specific action. You can wait for the user to click a button, navigate to a page, submit a form, etc.

In the demo below, after clicking Continue in the tooltip, the flow waits for the user to click the Click me to continue button before proceeding to the next step.

Configuration

The wait step has the same properties as the wait options in the tooltip and modal. You can wait for the user to click a button, navigate to a page, submit a form, etc.

Learn more about the wait properties →

Advanced

Step ID

Unique identifier of the step. This is optional but can be useful for programmatic control of the flow.