Skip to main content

Local Variables

In some contexts (for example when configuring a button) you can use Local Variables. These are indicated by the globe icon next to the input. Local variables provide information relative to the current item, such as the button's page, column and row.

Type $(this: in a text field to see available local variable suggestions.

  • Page number of the button
    • Variable: this:page
  • Column number of the button
    • Variable: this:column
  • Row number of the button
    • Variable: this:row
  • The current step of this button
    • Variable: this:step
  • Page name of the current page
    • Variable: this:page_name
  • The id of the surface triggering this action
    • Variable: this:surface_id