Variables

Variables will be made available in every script by using it's name.

In this example, the variable EventTitle can be access via the following snippet:

{{ "Event is: " + EventTitle }}

Last updated