Call Flow

Run another flow within the context of your current flow. Your flow will resume when the other flow finishes.

If it is not necessary for your current flow to wait for another flow to finish, use the Call Flow Async function card instead.

Input

Field Definition Type Required
Helper Flow Dialog to select a flow that will be executed in the context of your current flow. Choose either an existing flow or create a flow. Dialog TRUE
With these inputs Inputs defined by the helper flow. These fields will populate automatically when you select the flow using the Choose Flow dialog. Various FALSE

Output

To get values back from the helper flow, you must create output fields manually. Each output field must have the same exact name and type as the value returned from the flow. For example, if the flow you call returns the two strings city and state, then the output fields on the Call Flow card must be set to string and must be named city and state.

Related topics

Functions in Workflows

Workflow elements