Skip to main content

Variables & Data Assignment

Assign variables, get execution info, environment variables, random values

ActivityWhat it does
Add to ArrayAppends elements to an existing array.
Declare VariablesDeclares one or more variables and assigns the specified values to each variable, allowing for dynamic data manipulation
Generate Random NumberGenerates a random integer number within a given range.
Generate Unique IDGenerates a random unique identifier and stores it in the specified output variable.
Get Execution InfoRetrieves data about the currently running execution, including its ID, run ID, and assigned task queue.
Live InputDeclares one or more live input fields that pause the workflow, allowing users to dynamically provide values at runtime,
Load EnvironmentLoads environment variables and secrets into the workflow. The environment input must be a JSON object with: environment
Set Environment VariableSets, updates, or deletes an environment variable in the specified environment. To delete a variable, leave the value em