asingh760
5 years agoNew Contributor II
Loop through CSV file before sending Email
Hi All,
I have a requirement where I receive a CSV file containing Owner Email, Id and other details as column.
I want to send an email to the people in the “Owner Email” column of the CSV. But it is possible that one Email can have multiple entry.
In that case I want to loop through the data and send the data related to that email address together in one email. So I don’t want to send seperate email to the same email address , rather I want to loop through the csv to see the email address related data and send everything in one email.
So if an email has multiple entry in the table , I would like to send everything related to this unique email in one email.
Can you please help me with suggestions on how to achieve it?