Is data validation possible within UiPath App Studio?

Hi there, I just want to know if there is a way to validate input data. For example an action will be triggered to check whether value in a textbox satisfies certain conditions (eg. character limit, no invalid characters, etc), or do you reckon that should be done through a UiPath process?

1 Like

@kwv

You can make a regex expression to make the data validation.

Hope this helps you

Thanks

I don’t think regex works in UiPath App Studio. I tried using a regex to check whether an input string is an email address but it doesn’t work. It treats the expression as a literal string.

@kwv I think for now, there isn’t another way to do such type of operations such as using Regex in the UiPath Apps for Matching or Comparing, You can however invoke a process and the Process will return the Result back to the Apps.

1 Like

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