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