In the documentations , it was mentioned that validation control is present under dispaly.
But now i cant find any option in UiPath apps .
suggest if there is any way to find that option
Hi @Mr.StarLord_AO
Validation is now handled directly via properties and validation rules on individual input controls (Required, Validations, Error Message).
Refer this
UiPath DU Validation Control in Apps - Public Preview Release Announcement!
Following up on our Private Preview Release of DU Validation Control in Apps, we have now released it for public preview.List of new features released as part of Public Preview:
Set field value and multi-value properties - confidence, confirm, keepReference
Set Table cell value & properties
Delete value and table cell value - DeleteValue property
New Style property - Fields panel position
Bug fixes, perf…
Hope it helps
Thanks & Happy Automations
Gokul001
(Gokul Balaji)
January 7, 2026, 4:41am
3
Hi @Mr.StarLord_AO
UiPath Apps no longer has a separate “Validation” control .
Validation is now handled inside each input control’s properties .
What to do:
Select the input (Text Box, Number, Date, etc.)
Use Required / Regex / Min–Max / Error Message options in the Properties panel
The documentation is outdated (older Apps version).
Kindly refer to the below links
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
If you want the Studio Web validation control (for DU workflows), here’s that doc too:
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
Regards,
Gokul
1 Like
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
I was going through the same documentation. as per the documentation validation control should be present. but couldn’t find it .
I was searching for this for DU usecase.
Gokul001
(Gokul Balaji)
January 7, 2026, 5:42am
5
Hi @Mr.StarLord_AO
You are right that the Validation Control is shown in that UiPath doc — but it is not available in the current UiPath Apps/Studio-Web UI by default .
Here’s why:
What the documentation shows
The doc you referenced (about a Validation Control ) is from an older version of UiPath Apps/Web where a separate validation component existed.
That specific control is part of UiPath Studio Web / Legacy validation block and not shown in the new Apps control toolbox anymore.
What actually changed in current UiPath Apps
In the current version:
There is no standalone “Validation Control” tile in the Apps UI
Validation is done inside each input control’s properties
(for example: Required, Pattern/Regex, Min/Max length, ErrorMessage)
What this means for your DU use case
If you are building a Document Understanding form or an Apps UI :
You cannot drag a “Validation Control” from the panel (because it was removed)
You must add validation rules directly on inputs
Example:
Text field → set Required = True
Add Regex for email/number
Set Custom Error Message
Regards
Gokul
hi @Mr.StarLord_AO
use Action Center For DU usecase to validate.
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
This talks about validation control , which enables Validation Station from Document Understanding into UiPath Apps.
Later it can be used with Create App task
Anil_G
(Anil Gorthi)
January 7, 2026, 5:58am
9
@Mr.StarLord_AO
Looks like you are on UiPath apps
go to studio web and select create new dropdown and select apps under it..then you would come to studio web apps..which has validation control in it
cheers
1 Like
system
(system)
Closed
January 10, 2026, 6:01am
11
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.