📄️ Overview
Flows can be called by other flows as 'subflows', allowing you to reuse flows across multiple workflows.
📄️ Adding and using subflows
You can add subflows using the Subflow and Return steps.
📄️ Passing values using subflows
You can pass values between parent flows and subflows.
📄️ Subflows technical overview
When a flow that calls a subflow is run, the content of the referenced subflow is inserted wherever the Subflow step is located in the flow.