Hello Experts,
There has been a requirement where we need to validate emails when the user inputs multiple emails in a column.
Example:
Email1 : text[250]
Input value : abc@gmail.com;test@gmail.com;xyz@gmail.com
Any thoughts?
Hello Experts,
There has been a requirement where we need to validate emails when the user inputs multiple emails in a column.
Example:
Email1 : text[250]
Input value : abc@gmail.com;test@gmail.com;xyz@gmail.com
Any thoughts?
Beside the good ideas from Josh, you can create an extension with a regular expression similar to this https://emailregex.com/
Plenty of free email validation api’s. A custom integration with one of those OnValidate of the field makes sense. If the return value is negative throw an error
Sohail Ahmed
2,655
Mansi Soni
1,574
YUN ZHU
1,453
Super User 2025 Season 1