Hi,
I have a comma separated list of emails in a single field. I want to send 1 email to each email address summarising the information in the form.
Eg
I want Test to receive 1 email with 3 entries and Bob to receive 1 email with 2 entries.
Constructing the email content is fine but I am having issues
- Extracting the emails from the comma separated field
- Getting the distinct emails from the list
Can anyone give pointers on the problem?
The reality is that the form contains hundreds of rows and emails and sending out an email to each row is not acceptable.