Last Updated: Mar 26, 2021
Local variables are variables created and used within the node for assigning values and using them within the node itself.
To make them available outside the current node, mark them as output variables and map them to the suceeding node.
Local Variables are created in the Actions tab of the nodes.
The color of the V icon indicates if the value is a constant or variable. Click on the V icon to switch between the two.
To create a local variable:
The variables created can be used in the Actions pane of the respective node.
All types of variables, Input in red font, Local in black font and Secure in blue font are listed in the drop-down as shown below:
Click on the variable’s field and select the required variable from the drop-down. You can select Input, Local or Secure Key as required in the automation step.
To convert the local variable as an output variable and make it available in subsequent node, toggle the Out button in the Variable tab.
This variable can then be mapped to the subsequent node. It gets listed as Input Variable in the subsequent node with default type as Text, which can be changed as required.