Skip to content

Get Variable Step

The Get Variable Step The Get Variable Step can be used to retrieve a variable from the Flow. The output of the Step will be the value of the variable. If the variable does not exist, the output will be the default value.

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.
  • Default Value: This field allows you to enter a default value that will be used if the variable does not exist. This input supports inline variables.