I am having issues sending one email to multiple addresses using a Sendgrid module. I have checked videos and browsed the community in the hope to find the answer… but nope.
My scenario grabs a list of customers ids and their statement email addresses. I use a set variable to split the email addresses, I then use an iterator and aggregator - and finally use the array from the aggregator on the ‘Send To:’ - in the Sendgrid module.
All works… except it sends the email to just one address, the first one… instead of all.
Any help would be really appreciated, thanks!
You must have mapped the name and email address individually in fields of SendGrid module. As it accepts an array of collection, you can toggle on the map button inside the module and map the array itself instead of its values.
This answer is based on general understanding of this kind of problems. If you do not see any option of mapping array. Please share the screenshot of your SendGrid module mappings for better assistance.
Thanks so much for looking into this! I actually tried to just select the array but I must select the email addresses too, or I get an error; see below