I need to validate if the list is line delimited and in a valid email format using regex in paragraph field . If not , throw a validation message.test@test.com
test2@test.com
test3@test.com
Discussion posts and replies are publicly visible
Depending on your actual use case, this might be a good fit.
https://appian.rocks/2023/12/04/the-master-of-email-address-fields/
in that code, if we enter incorrect email address format it is not throwing any validation error,it is saving only correct email address for incorrect ones nothing is displayed as error
ZAINAB said:it is not throwing any validation error
you'll need to share what you've tried if you hope to find additional help with getting a validation message to show up. this is not much info to go on.
True. Feel free to adapt the code to do whatever you need it to do.