Skip to main content

Set Variable

Set Variable

This flow element sets a variable in the flow.

Variable

The name of the variable to set.

danger

Must not contain spaces and should not start with a digit. ^[a-zA-Z_][a-zA-Z0-9_]*$

Value

The value of the variable to set.

ValueDescription
trueSaves the value a boolean true
falseSaves the value a boolean false
[\d]+Saves the value a integer
[\d]\.[\d]+Saves the value a float
Everything elseSaves the value as a string