The error that is occurring is in the identification of the emails, as some recipients in my contact base appear as 'Name email@gmail.com ’ while others are just ‘email@gmail.com’. I used a replace function to filter this, but apparently, depending on the order, it ends up excluding one of the recipients.
Hi @Rodrigo_Martins1; while my idea is not as efficient as yours, I do believe it removes the email address loss more robustly.
Instead of attempting to write regular expression to extract the email, use the text extractor module and then build up the relevant email output as needed.
Email Text Parsing
Email CSV
Email Array
The blueprint below should help you.
blueprint (1).json (14.3 KB)