Skip to main content
Feedback

Subflow steps

Subflow steps can be added to a flow to call another flow as a 'subflow'.

Overview

The subflow step

  • Adding a subflow step to a flow allows you to call another flow. When the subflow step is reached in the flow, the content of the referenced subflow is inserted wherever the subflow step is located in the flow.

  • A return step can then be added in the child flow to return a user back to the master flow. See Return steps.

  • To learn more about using subflows, see Subflows.

Adding comments to a step

Comments can be added to a subflow step.

On this Page