Last Updated: Feb 14, 2022
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.
By default, the Local variables are assigned as Output variables and are available in subsequent nodes.
This variable can then be mapped to the subsequent node. The mapped variable gets listed as Input Variable in the subsequent node with default type as Text, which can be changed as required.