Hi all.
- I have an excel file with 20 records
- I converted those 20 records to xml, each record in a different xml and saved the 20 xml in a folder.
- Each xml internally has a mail.
- I need to read each xml file and send a different email (i.e. there are 20 xml then send 20 emails).
- Each mail must send an attachment that is the same xml generated from where the mail was obtained.
Could anyone help me or know of a simpler way to read the data from an excel, convert each record to a different xml and send each mail?
Thank you very much
This is what I have done so far
Main.xaml (16.5 KB)