Set Environment Variable
Sets, updates, or deletes an environment variable in the specified environment. To delete a variable, leave the value empty.
Category: Variables & Data Assignment · Group: General · Activity name: SetEnvironmentVariable

Example
outputVariable = SetEnvironmentVariable("<environmentId>", "<variableName>", deleteVariable=True, isSecret=False)
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Environment ID | string | Yes | The ID of the environment where the variable will be set. | |
| Variable Name | string | Yes | The name of the environment variable to set or update. | |
| Delete variable from environment | boolean | If enabled, deletes the specified variable from the specified environment. | ||
| Variable is secret | boolean | False | Check this box if this variable is a secret variable. |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | string | Specifies the name of the variable that will store the operation result. |