oshan
(Oviya S)
1
Hi Friends,
Good day !! Its quite urgent. Kindly help me with this.
can anyone help me to accomplish the below.
- I have an excel as below,

- I have email ids in an another excel
I want to send email to Each Vendor with attachment that contains only that vendors records.
To : A@gmail.com
CC:XX@gmail.com
Attachment:

To:B@gmail.com
CC:YY@gmail.com
Attachment:

Mika
2
Hello,
I would says that you could
-
Transform your Excel Files as datatable
-
Merge them by using the column “vendor” as unique key
-
Filter your datatable for each vendor and create Excel file with unique name into a for each and send emails
This is a high level design that I hope it will help you.
shobhit286
(Shobhit Sinha)
3
Hi @oshan,
EmailFilteredData.zip (14.3 KB)
Please find attached xaml.
Thanks,
shobhit
oshan
(Oviya S)
5
you really saved me… thanks a lot 
i will try this and get back shortly.