Validations in UiPath Apps

Hello,

Can i have validation for each input fields? like only allowing numeric/alpha numeric and matching regex patterns in UiPath Apps. And also it would be great if we can provide a file as input through UiPath apps (input dialog box attaching files) and the same for output control.

Thanks!!!

Hi @Gopi_Arumugam, both of these are coming in the next update! Keep an eye on the release-notes in the coming week for more details!

2 Likes

Hi @evan.cohen - has this functionality been released yet? especially for the numeric/alpha numeric fields? Thanks

The File Picker was released and validation for many scenarios is possible via Expressions. For example, this label will only appear when a number greater than 0 is entered (if any letter are included the label is hidden):

Based on feedback from insiders and the forum we’re enriching the validation experience with additional functionality which will be available in the second half of March :slight_smile:

1 Like