Skip to content

Set Variable Step

The Set Variable Step The Set Variable Step can be used to set a variable that can be used later in the Flow, or in other Flows. This Step is often used in conjunction with the Get Variable Step.

Basic Configuration:

  • Is Global: This toggle determines if the variable is global or local to the Flow. Global Variables can be accessed by any Flow, while local variables can only be accessed by the Flow they are created in, and exist only for the duration of the Flow.
  • Variable Key: This field allows you to enter the name of the variable that will be retrieved. This input supports inline variables.
  • Variable Value: This field allows you to enter the value that will be assigned to the variable. This input supports inline variables.