Skip to main content

Global Variables

Global variables are persistent values you can define and use throughout your entire workspace and within Automations. With Global variables, users can store centralized information and pass data between Automations. This improves consistency in your Automations and saves valuable time as you define them once only. For example, teams can use global variables for reoccurring credentials, monitoring and updating a status, and many other use cases.

There are two types of global variables:

  • Raw value variable
  • Secret variable

Global variables are displayed on the left-hand side navigation menu. Open the page to show all global variables.

GlobalVariablePage

Global variables are available to use with the variable picker.

Creating a new global variable

  1. On the left-hand side navigation menu, click GlobalVariableIcon > New Variable. The New Global Variable dialog box opens.
  2. Enter the parameters:
ParameterDescription
NameName of global variable.
ValueValue of the variable.
SecretSelect the checkbox if you wish to define the variable as secret. Uses the default secret manager of the workspace.

GlobalVariableNew

  1. Click Create. Global variables are available in the variable picker

Using global variables

Use global variables anywhere that the variable picker is available. All existing global variables can be found in the GLOBAL VARIABLES section in the var picker.

  1. Click + to open the variable picker.
  2. Select a global variable. If its a secret, the variable value is not displayed. If not, its value is displayed on the right-hand side of the variable picker.

GlobalVariableVarPicker

  1. Click Add. The global variable is defined in your Automation Step.

Global Variables Actions

Create or update a Global Variable

Creates or updates a Global Variable.

ParameterDescription
Variable NameThe name of the new/existing global variable. Once create/updated, it is available for all Automations in a workspace.
Variable ValueAssign a value to the global variable. Value is string only, limited to 1 MB size.

CreateGlobalVariable

Update Global Variable

Updates a Global Variable.

ParameterDescription
Variable NameThe name of the new global variable.
Variable ValueAssign a value to the global variable. Value is string only, limited to 1 MB size.

UpdateGlobalVariable

Delete Global Variable

Deletes a Global Variable.

ParameterDescription
Variable NameThe name of the global variable to delete. Once deleted, it is not available for all other automations in workspace.

DeleteGlobalVariable

Get Global Variable

Gets the value of a Global Variable.

ParameterDescription
Variable NameThe name of the global variable to get.

GetGlobalVariable

List Global Variables

Get a list of all the Global Variables.