Help Required on Mass Letter Creations

Hello Team,

Any Flows which can helps us to create mass letters based on the Excel data and Word template.

Regards

Hello @Madhu_Sudhan,

What kind of data do you have on your Excel? Is it a list of emails and their names? If so, you can use a loop after reading in your excel document to loop through each email to send and by passing all your necessary data via flow variable to the Send Email node. I have replied to a similar question in this thread below:

But the main idea would be that you should be looping over your table you read in after you use your excel reader.

For your word template, easiest way to handle that would be to do as this other user mentions:

Hope this helps,
TL

1 Like