How to create Globals

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

Follow these steps to create a Global variable:

  1. On the Platform home page, click Settings in the upper right corner of the page.

  2. In the Settings menu, click Globals.

  3. Click the Create button.

Navigating to the Platform Settings and accessing the Globals page.
  1. Fill out the form with the following information:

  • Global name: the name of the Global variable to be referenced in the pipeline or Capsule. It must be written in lower case, contain less than 60 characters and can contain only letters, numbers, and the character [-]. Accents are not allowed.

  • Category: select the category to which your Global variable belongs. Each option has a type of validation:

    • URL: checks whether it’s a valid URL.

    • Email: checks whether it’s a valid email.

    • ID: checks whether only numbers are entered.

    • JDBC: checks whether it’s a valid string connection.

    • Other: accepts any input. However, as Globals lacks an encryption method, we strongly recommend that you don't add sensitive information such as passwords and tokens.

Each category can only have unique values, except for the Other category. If you need to add a list of information, please choose the Other category.

  • Description: a brief text to describe the Global’s purpose.

  • Prod environment: Global's value in the prod environment. The value can contain up to 10,000 characters.

  • Test environment: Global's value in the test environment. The value can contain up to 10,000 characters.

  • Other environments value: if you have other environments in your realm, they will also be listed.

  1. Click Save.

  2. A pop-up window will open on the page. Write “I want to create the global” in the Confirmation message field and click Create.

Last updated

Was this helpful?