Hi,
I'm trying to build a flow that sends an email to several addresses from an excel file. I've managed to use the variable union() to gather all vendor mails, but cannot do the same with attachments, which have the name vendorid.pdf
| VENDOR ID | SUPPLIER NAME | DESCRIPTION | VENDOR EMAIL |
| 123 | ABC, LLC | XYZ | vendorabc@domain.com |
| 123 | ABC, LLC | XXD | vendorabc@domain.com |
| 133 | CBD, LLC | XVY | vendorcbd@domain.com |
On the same shared folder I have
123.pdf
123.pdf
133.pdf
This is how I filter all emails as one.
Is there a way to send to each vendor, each corresponding pdf? Should I structure my table in a different way?
Thanks!


Report
All responses (
Answers (