studio-web
latest
false
- Getting started
- For administrators
- RPA workflow projects
- Creating an RPA workflow from an idea
- Creating a project
- How to start an RPA workflow
- Managing project files and folders
- Connecting RPA workflows to your accounts
- Configuring activities
- Managing the activities in a project
- Passing values between activities
- Iterating through items
- Managing the data in a project
- Configuring a project to use your data
- Using file and folder resources
- App projects
- Agentic processes
- Agents
- Solutions
- API workflows
- Tests

Studio Web user guide
Last updated Feb 13, 2026
Assign
The Assign activity helps you manage data within your API workflows. Use it to set ot update the values of variables, ensuring you workflows always has the correct information at hand.
Using the Assign activity
To add an Assign activity to your workflow:
- On your API workflow designer canvas, select the plus (+) icon. The Add activity menu appears.
- Select More ... , then Assign.
- In the Properties panel, configure the following fields:
- To variable—Specify the variable to receive the new value. You can either select an existing variable, or create a new one.
- Set value—Define the value to assign to the chosen variable. It can be a static value, a dynamic expression, or the output of another activity.
- Debug the workflow to execute the activity and generate output fields for later use.