Validation Rules for Email/Phone numbers?

293
1
11-08-2023 12:12 PM
MZIT
by
New Contributor

We are attempting to add validation rules to our web mapping application. Guest users are able to input their information freely into the application and we want to validate that users are putting in legitimate information. Is it possible to use Validation rules in ArcGIS pro arcade for emails and phone numbers? We have been attempting to do this and none of our expressions are working for this use case.

0 Kudos
1 Reply
JayCary
Esri Contributor

Not Arcade, but Data Reviewer's Regular Expression check can be used to create a validation attribute rule that identifies text values that don't match email/telephone formatting. There are lots of great regular expression examples on the web supporting common formatting. Here is one source.

0 Kudos