Adding a Local Variable
You will be able to add a local variable pertaining to a Gallery and will be accessible across all the displays within a gallery. To add a local variable, do the following:
- While in a display, click .
<Gallery name> Variables screen appears. - Enter the name of the Variable.
- Click Add Variable.
- Enter the value in the Value column corresponding to the variable you added.
- Click Save.
To access the value of a variable, prefix its name with a dollar sign and brackets ${<name>}. For example: To access the value of the variable Var1, use ${Var1}