Variables
Variables
Variables are used to store values, and you can access these values throughout the entire process. When you want to assign a value to a variable, simply specify the name of the variable you want to receive that value.
Variables Name
You can name a variable anything you want. However, to make it easier to access the variable, it’s best to avoid using spaces, special characters such as (@)
, and square brackets ([])
in the variable name.

Accessing Variables
You can access the value of a variable that was created during the execution of any script (in the Variables panel displayed at the bottom)
Last updated
Was this helpful?