Nested Flows

Flows can call each other with the Interflow node.

  1. Setup the nested flow

    1. Connect a 'Flow Input' node to any input you want to pass dynamically

    2. Connect a 'Flow Output' node for any result you would like to export

  2. In the parent flow

    1. Add an 'Interflow' node

    2. Select the flow to call via the dropdown

    3. Connect the inputs and outputs

Last updated

Was this helpful?