How to use Globals

Learn how to use a Global variable in the Digibee Integration Platform.

Global variables can be used in any text field of the connector’s configuration form.

Follow these steps to use a Global variable:

  1. Open the pipeline or the capsule.

  2. Select the connector you want to configure.

  3. In the field where you want to retrieve a Global variable, open the expression: {{, select the global option from the autocomplete list and add another dot (.) to display the available variable options.

Alternatively, you can reference the Global variable manually writing the expression {{global.GlobalName}}. Simply replace GlobalName with the name of the variable that you saved when you created the Global variable in the Platform, for example {{global.db-timeout}}.

The following example shows how you can use a Global variable:

In the DB V2 connector, the Database URL parameter supports the use of Global variables. You only need to start writing the expression to see the autocomplete suggestions and use the configured variable.

Last updated