Variables can be passed to flows via parameters. These parameters can be of any type.
Parameter for flow
procedure ParameterFlow(const Code: string = 'Test'); |
When calling a flow from another flow (via the Flow call activity) or via Delphi. you need to fill in these parameters.
Call flow action
To change the order of the parameters, use the Parameters tab on the flow properties screen