studio-web
latest
false
- Release notes
- 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 - Preview
- API workflows - Preview
Validation Control object vs variable

Studio Web User Guide
Last updated Aug 26, 2025
The Validation Control object and the Validation Control variable are both part of how UiPath Apps handle the Validation Control component, but they serve different purposes. If you want to bind logic, reference field values, or manage validation results, use the variable. If you want to adjust layout or properties of the visible control, use the object.
Here is a breakdown of the differences between the object and the variable, so you can use them correctly in your app:
Feature | Validation Control object | Validation Control variable |
---|---|---|
What it is | This is the UI component you drag onto a canvas when building your web app in Studio Web. | This is an auto-generated app variable that links to the Validation Control object. It holds all the data and logic behind the UI, such as taxonomy, extraction results, and current user selections. |
What it does |
|
|
Where to use it |
|
|