Variables are referenced using @ in front of the variable name. For example, a local variable myVariable is referenced as @myVariable.
@
myVariable
@myVariable
In the Page Editor, when you type @ into a field, the Page Editor will display the variable autocomplete popover:
The variable popover automatically filters/expands based on the variable name under the cursor. For example, for to filter for @form
@form
Alternatively, you can click the carat to expand into an object and see specific fields that exist within that object.
Last updated 20 days ago
Was this helpful?