I need to extract the table from email body

I need to extract the table from email body .im using 365 scope get mail activity. Below is the example. ISBodyHTML is returning false

@sathish_moorthy

in the properties change the get body as html to true

image

then you can get html body…which can be saved as .html file and then open in browser and use extract table activity

cheers

Hi Anil im unable to see the Get as HTmL property in Get mail activity

Hi @sathish_moorthy

You can download the package "UiPathTeam.ExtractDataTablesFromHTML.Activities"
And then pass this way
Let output be the output of mailmessage


You will get the array of tables as output

Hope this helps!

1 Like

hey
Get As HTML option is available in property

UiPath version 2022.10.4
Office 365 activities version 1.15.1
System activities version 23.10.6
Automation activities version 23.10.13

Upgrade the packages to latest version then check again

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