Global Variable Types

There are two distinct types of Global Variables:

  1. Raw value variable
  2. Secret variable

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

Global variables are available to use with the variable picker

Creating a new global variable

  1. On the left-hand side navigation menu, click > 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.
  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.
  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 Workflows in a workspace.
Variable ValueAssign a value to the global variable. Value is string only, limited to 1 MB size.

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.

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 Workflow in a workspace.

Get Global Variable

Gets the value of a Global Variable.

ParameterDescription
Variable NameThe name of the global variable to get.

List Global Variables

Get a list of all the Global Variables.