Explore more
Scenarios

Variables

14min

Variables are containers for storing data. You can think of a variable as a ā€œboxā€ for data, with a uniquely-named sticker on it.Ā 

Imagine you are moving to a new home and you need to pack up all the things in your house into boxes. You might want a box for clothes, one for books, and one for the dishes. When you pack the boxes, it would be good to add a label to each box - that way, you know what is inside the specific box.

A variable is like a box - it is just a way to store your data.

Document image
ļ»æ

Variables store data as boxes store items.

Unlike a box, you can store exactly one thing in a variable. Variables have a fixed name and a value that can change. You can reference the name in your . The name is then replaced by the current value of your variable.

When using , you might need to save certain bits of information and assign a label to the information so that you can retrieve that information later. A user name, the day of the week, or available inventory left in your e-shop - these are just some examples of data that can be stored in variables.

Variables are reusable elements that can be mapped to any module in the module's input fields.

Types of variables

ļ»æ offers two types of variables:

  • System variablesĀ 
  • Custom variables

Both system and custom variables can be used in . System variables are available to all users.

Custom variables are available only on Pro, Teams, and Enterprise plans. See Make pricing.

You can define custom variables for your organization and for your team.

System variables

ļ»æ

System variables are default options provided by . You cannot modify or delete system variables. You can use system variables in

  • Modules with input fields
  • Filters within the editor
  • Templates

System variables are available to all users and on all pricing plans.

System variables include information about:

  • the itself (scenario ID, scenario name, scenario URL)
  • the specific execution (execution ID, operations consumed, data consumed, execution start date/time)
  • the team the is in (team ID, team name)
  • the organization the is in (organization ID, organization name, operations left, data left, domain)

With system variables, you can see more information about your , current execution, team, and organization. Variables can be useful with error handling and activity tracking. For example, when there is an error in your , you can use the ID or organization name variables to pinpoint the exact execution and organization in which the error occurred.

Some other cases in which you might use system variables:

  • Create a slack message, email, or support ticket that contains a link to the that created the message.
  • Set email notifications to notify you once the operations left value reaches a certain number.

You can also reuse variables and map them to any module in the module's input fields.

The screenshot below shows the organization, team, and information received as the module output in bundle 1 using system variables. You can use this output in the subsequent module.

Bundle example
ļ»æ

You can find System variables under the Variables tab in the mapping dialog.

Custom and system variables functions
ļ»æ

Custom variables

ļ»æ

Custom variables are available only on Pro, Teams, and Enterprise pricing plans. Custom variables are not available on the Legacy planļ»æ. See Make pricing for more information.

You can create, edit and delete custom variables.

Custom variables are useful when you need to reuse the same information multiple times. Instead of writing it all over again from scratch every time, just use a custom variable instead.

Some cases where you might want to use custom variables:

  • Sending emails with a consistent email signatureĀ 
  • Set a number of outreach attempts before you stop contacting a potential customer
  • Email addresses
  • Company name or address

Benefits of using custom variables include:

  • Saving time - You donā€™t have to make manual changes in many different when the key information changes.Ā 
  • Accuracy - You donā€™t have to double-check every time whether the information is incorrect due to a human error.
  • Standardization ā€“ More people can use the same variables so your business can be more consistent.

Custom variables make easier to manage and maintain.

You can define custom variables at the organization level and the team level. For each variable, you need to identify the following:

  • Name (permanent variable name)
  • Data type (text, number, Boolean, or date)
  • Value (the actual value of the variable)

Using variables in a

You can use variables in all within your account.

System variables are available to all users and custom variables are available only on some paid plans (Pro, Teams, and Enterprise). See Make pricing.

We prepared two simple examples which show how you can use system and custom variables in your .

ļ»æ