Variables & Data Assignment
Assign variables, get execution info, environment variables, random values
| Activity | What it does |
|---|---|
| Add to Array | Appends elements to an existing array. |
| Declare Variables | Declares one or more variables and assigns the specified values to each variable, allowing for dynamic data manipulation |
| Generate Random Number | Generates a random integer number within a given range. |
| Generate Unique ID | Generates a random unique identifier and stores it in the specified output variable. |
| Get Execution Info | Retrieves data about the currently running execution, including its ID, run ID, and assigned task queue. |
| Live Input | Declares one or more live input fields that pause the workflow, allowing users to dynamically provide values at runtime, |
| Load Environment | Loads environment variables and secrets into the workflow. The environment input must be a JSON object with: environment |
| Set Environment Variable | Sets, updates, or deletes an environment variable in the specified environment. To delete a variable, leave the value em |