Behavior
- Sets the named variable to the configured value
- Supports both static values and dynamic expressions
- The variable is available to all downstream nodes via
{{variableName}} - Emits
SET_VARIABLE.SUCCESSon completion orSET_VARIABLE.ERRORon failure
Configuration
Source types
Output handles
Use cases
Default values
Default values
Set
language to "en" at the start of the flow. Override it later based on caller input.Computed values
Computed values
Use
expression source to combine variables: set greeting to "Hello, " + {{customer_name}}.Flow state tracking
Flow state tracking
Set a
status variable at different points in the flow (e.g., "verified", "transferred") for use in API calls or logging.