Skip to main content

Load Environment

Loads environment variables and secrets into the workflow. The environment input must be a JSON object with: environmentId (UUID from the project's environment settings), variables (array of variable names to load, or empty for all), and secrets (array of secret names to load).

Category: Variables & Data Assignment · Group: General · Activity name: LoadEnvVariables

The LoadEnvVariables activity in the designer

Example

LoadEnvVariables({"environmentId": "<uuid>", "variables": [], "secrets": ["secret_name_1", "secret_name_2"]})

Inputs

NameTypeRequiredDefaultDescription
EnvironmentjsonYesJSON object with environmentId (UUID), variables (array of variable names), and secrets (array of secret names to load).