Skip to content

Set Variable#

The Set Variable node assigns new values to one or more flow variables. This is useful for preparing data, resetting counters, or passing values between different parts of a flow.

Settings#

  • Variables: A list of variable assignments. For each variable you can:
    • Set: Assign a new value — either a fixed value (text, number, object selection) or another flow variable
    • Clear: Reset the variable to an empty value

Tips#

Use this node to initialize variables before a loop, transform values between nodes, or set default values for optional fields.

See Flow Designer