Variables
Use the variables to store a value in the workflow. The variables only live while the workflow is running, and are deleted when it finishes.
This variable can be used as a node parameter value using the expressions.
Initial Variable
To set the initial variable in the workflow, click the button on the top right and click the β+β button to add a variable.
Variable Name
You can name the variable whatever you want. But for easier access, itβs recommended to write the variable name in snake_case
or camelCase
and avoid symbols such as dot(.) or bracket([]). For example, variableName
or variable_name