Local Flow Variables
Last updated
Last updated
Local variables are defined at the flow's top level and are accessible by all nodes.
Local variables can have any data type, and their values can be modified by any flow's node. The "Initialize variables" checkbox controls what is being placed into them as initial values when the flow execution begins.
To modify or test values of local variables, expressions are used.