Variables
How to create variables
Learn how to create variables in the Builder
Variables can be created from the sidebar in the Builder. Here’s how:
- Click on the
Variables
menu in the sidebar. - Select
+ New
.
- Enter a name for the variable and click
Create
. The name must be alphanumeric and can include underscores, such asfirst_name
,firstName
, orFirst Name
.
Note that variable names are case-sensitive. For example, first name
and First Name
are considered different variables.