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

Example
LoadEnvVariables({"environmentId": "<uuid>", "variables": [], "secrets": ["secret_name_1", "secret_name_2"]})
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Environment | json | Yes | JSON object with environmentId (UUID), variables (array of variable names), and secrets (array of secret names to load). |