storing the tables in the mail body to a data table or .csv or .xlsv file using uipath
Hi
1. save the email as a .mht file
-
use StartProcess to open the file
-
scrape the data from the table in the email into a datatable
-
write datatable to excel
Hope that helps.
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.