Data validation best practices

Best you can do at this point is to create what we like to call “custom forms”

You can then use “match regex” columns on any of those user specific “form” fields to validate data. The result of those regex columns can serve as conditions as to whether the user can see a button to submit the form.

5 Likes