Solved
Forum Discussion
SpiroTaleski
5 years agoValued Contributor
You can group the records from CSV file based on the “Owner Email” field, using Group By Fields Snap. So that, for each email address you will have all the related data in separate group.
After that, in a Mapper Snap you can use Array Functions in order to loop through each of the group and get appropriate data for each email. After you get the needed data, in Email Sender Snap, in “Template Body” field, you can pass the data entry for each email address.
Regards,
Spiro Taleski
Thank you for the response on this.
I am able to group by data and used mapper to read one by one. The output of the mapper looks like this
I don’t know how to use this in email send snap
I used this but it is not sending data to each user with the details