Hi all!
I have a list of 1000 emails and I need to send them a PDF. I'm using a loop for that.
In my list, some emails are bad (e.g : user@domaincom [no point]) and because of that, my workflow have some errors and it's normal but idk why, the next email is not treated.
Let's me explain, this is my list
id | email
1 | test1@test.com (correct)
2 | test2@testcom (not correct)
3 | test3@test.com (correct)
The email number 2 is not correct and the email will not sent. But because of that, the 3rd will fail too.
At the end, my workflow only treated maybe 950 emails but I have only 25 bad emails.
How can I do to check if the email is correct before to send it?
Thanks in advance.
Regards