How to send email 1 by 1?

I cannot send individual word document to respective emails, it always send as a group/multiple document. How do I fix this?? Please help me!!! Thank You!

@s10265736

use a loop on list of emails and inside that use currentitem in your to field. now coming to document if they are separate then you need to write logic to get the corresponding file for each email

generally we create a table or excel with two columns one for email id and other for document to attach and use for each row in datatable and use currentrow(0) and currentrow(1) in to and attachment fields respectively

cheers

thank you for insights

can you show a example please T-T

cheers

Hello

Have you got your attachments already in an array of string?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.