Hello, my successfully parsed field contains multiple items (see attachment). I am wishing to send a new email from each of the parsed items, however with my current setup only the last item is included in my sent email. Can someone point me in the direction of proper implementation for sending multiple emails, each emails containing only 1 successfully parsed item?
Thanks a bunch!
Thanks a bunch!
Attachments
multiple fields.jpg (11.61KiB)Viewed 4326 times
You could parse to an excel file, then use a separate process to send letters based on each column or row.