Call Flow
This function card enables you to run another flow within the context of your current flow. Your flow resumes when the called flow finishes.
If you don't need to wait for the called flow to finish, use the Call Flow Async function card instead.
Input
Field | Definition | Type | Required |
---|---|---|---|
Helper Flow |
Opens a dialog so you can select the flow to execute within the context of your current flow. Choose either an existing flow or create a flow. |
Dialog |
TRUE |
With these inputs |
The inputs that are defined on the helper flow. These fields are automatically populated when you select the flow using the Choose Flow dialog. |
Various |
FALSE |
Output
To get values back from the helper flow, you must manually create the Output fields for this card.
Each output field must have the exact name and type as the value returned from the helper flow. For example, if the called helper flow returns the two strings city and state, then the Output fields on the Call Flow card must be named city and state and have a type of Text.