Last Updated: Nov 16, 2020
In Jiffy, Local variables are variables that are created and used within the Node for assigning values and using them within the Node itself. They are created under actions pane of the respective event action. They cannot be used outside the current Node.
To make them available outside the current Node, mark them as output variables and map them to the next node.
Local Variables can be created in the Actions tab of the UI nodes itself.
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.
Read about creating local variables here.
Read about using variables here.