Variable in an expression

How do you add a variable in an expression?

@Sathya you can add a variable in the Expression Editor by typing @variable. Once you do this, all the variables in your app will populate in the drop down. You can then manipulate these variables (perform numeric functions, concatenate them with text, etc.).

In this example we’re adding 5 to variableOne and storing it in variableTwo: