Verify if field has multiple e-mails separated by comma.

Hello,

I have a field in my app for e-mail addresses, but it’s currently formated as text as I needed it to accept multiple e-mails separated by comma. Is there a way to validade the data so it can’t be filled with any text, just comma separated e-mails?

Thank you.

Type EnumList with base type of Email.

2 Likes