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:

  1. While in a display, click .
    <Gallery name> Variables screen appears.
  2. Enter the name of the Variable.
  3. Click Add Variable.
  4. Enter the value in the Value column corresponding to the variable you added.
  5. 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}