Note

Global variables can be added with the Variable Picker.

Global Variable Types

There are two distinct types of Global Variables:

  1. Raw value variable:

    • Stores plain text values that are visible to anyone with access to the workflow.
    • Typically used for non-sensitive information like configuration settings or default values.
  2. Secret variables

    • Store sensitive information like API keys, passwords, or tokens in an encrypted format.
    • Their values are hidden in the workflow editor and logs for security reasons.

    Use Secret Global Variables whenever handling sensitive or confidential data to ensure it remains secure throughout the workflow execution.

Creating a New Global Variable

1

Add new global variable

On the left-hand side navigation menu, click the icon > New Variable. The New Global Variable dialog box opens.

2

Enter the following 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.
3

Click Create

Your newly created variable will be added to the table.

Using global variables in Workflows

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

1

Access the Variable Picker

Click + to open the Variable Picker.

2

Select the Global Variable

Select a global variable. In this example we are selecting the “Default Slack Variable” option.

  • If it is a _secret global variable, the variable value is not displayed.
  • If it is a raw value variable, its value is displayed on the right-hand side of the variable picker.
3

Add it to the Workflow

Click Add. The global variable is defined in your Workflow 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 created/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.

No parameters required. The results are returned in JSON formats