Cant find the validation control in UiPath Apps studio

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

Hope it helps
Thanks & Happy Automations

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

If you want the Studio Web validation control (for DU workflows), here’s that doc too:

Regards,
Gokul

1 Like

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.

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.

:backhand_index_pointing_right: 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.

This talks about validation control , which enables Validation Station from Document Understanding into UiPath Apps.
Later it can be used with Create App task

@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

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.