IntermediateLast verified Aug 23, 2026
Set Variable
Updates a declared Flow variable from a control path.
Updates a declared Flow variable from a control path.
When to use
Use it when later paths need a named value that changes during execution.
Example
On a matched condition, store the current indicator value for a later comparison.
Common problems
Declare the variable first and match its type. This node changes a value only when its control path runs.
Next steps
Review the generated Parameters, Outcomes, and Data Ports on this page, then open the related guides for the complete workflow.
Related documentation
- Manage variablesDeclare, read, update, rename, and remove Flow variables while preserving their references.
- Read VariableExposes the current value of a declared Flow variable as data.
- How a strategy starts and continuesUnderstand primary activation, control outcomes, and why data alone does not execute an action.