Here in a single mail there are multiple attachments (11 files have been attached) of outlook mail, how to extract the attachments data and write into excel file.
Gokul001
(Gokul Balaji)
March 25, 2022, 7:51am
2
Hi @lakshmi.mp
Have a look on the thread
Hi
Welcome to uipath community
We can use GET IMAP MAIL ACTIVITY or GET POP3 MAIL ACTIVITY to get the mail list from gmail with a variable named list_mailmessage
—then use a FOR EACH activity where pass the variable obtained above list_mailmessage and change the type argument as System.Net.Mail.Mailmessage in the property panel of for each loop
—inside the loop use SAVE ATTACHMENT activity where mention the mail input as item and mention the folder path where we want to save that attachment
…
So you mean to say first i should create another sequence which logs into the third party system via a web url and then use the datatable variables which was
created after the excel application is saved, to be input into the system.
[image]
thats what i get in the excel file, i just need to logon to the web based system and then enter the information for that person there
what is the best practice in this kind of scenario, so that we split into different sequences and then call from main wor…
Regards
Gokul
Hi,
The attached files are of .eml type, how to read/ download those files and that need to be written into excel file. I tried using activity save attachments not working.
Regards,
Lakshmi