Hello,
In Uipath Apps, I need to validate the Text(Number) field with Indian Phone number.
Total 10 digit
e.g. 98########.
(Note : # is for digit )
Thanks.
Hello,
In Uipath Apps, I need to validate the Text(Number) field with Indian Phone number.
Total 10 digit
e.g. 98########.
(Note : # is for digit )
Thanks.
Hello,
Can you do something like : yourVar.Trim.isNumeric And yourVar.Trim.Length.Equals(10)
If these 2 conditions are True then it’s a correct format
Hello @Gagan_Chaudhari ,
You can create a simple process and pass the input number to process and validate it from backend.
We don’t have a direct function or expression to validate phone number yet into apps directly.
Thanks,
Arvind
Hello, @Gagan_Chaudhari - Recently(22.10 release) UiPath has added a new control Textbox (Number) and also makes it possible to configure the minimum and maximum value of allowed numbers. Refer below doc
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.