
Announcements
Hi all - I know there are heaps of similar requests on PA - but I can find one that works.
I have between 150-200 separate customer folders, each month, I will merge all the pdf's within those folder and I need to them email out those individual PDF's to specific email addresses.
The PDF files themselves don't contain the email address, but I have a list of the folder names and corresponding emails.
TIA
Hi @Anonymous ,
The general approach which you can take here is to
have 1 master list( which you already have) which contains two columns ( recipient email and folder path from where document is to be picked)
And during instant flow action your first action would be to read all items from list and do iteration on items in this list.
Inside each you can get attachment and send to respective email address.
Thanks