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.
Value | Description |
---|---|
true | Saves the value a boolean true |
false | Saves the value a boolean false |
[\d]+ | Saves the value a integer |
[\d]\.[\d]+ | Saves the value a float |
Everything else | Saves the value as a string |