Read all the tables into a dataset which are in the current mail in outlook

Read all the tables in a dataset which are in the current mail

Hi @Venkatesh_N,
Please find a custom activity to extract all the tables from email:
https://go.uipath.com/component/extract-tables-from-mail-839f39

It would return all the tables from email into a data set.
If you know that your email can have fixed number of tables, you can simply use ds.tables(0),ds.tables(1) and so on.

If the number of tables in the email are also dynamic and it is a chain mail, we need to modify the mailmessage object as a workaround.
Please find attached xaml and let me know how it goes for your requirement. You need to change the folder path and other stuff as it is just for testing.Extract_Tables_From_Email_Test.xaml (11.9 KB)

5 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.