Uipath how to check table in email?

Hi Team,
I want to check if the mail has a table.
If not, move the mail.

Thank you.

@TheJappeple

Is there any fixed text along with the table in the mail body ?

About this

Dear Team,

No. Company Name Position Email Tel.
1 TEOHONG SILOM Tanapong Sridawong IP Division Manager tanapong@teohong.com 0849420955
2 TEOHONG SILOM Chatchawarn Prachakuln System Engineer chatchawan@teohogn.com 0984613927

@TheJappeple

Check whether body of the mail contains these key words Company, Name, Position, Email Or Tel. then continue with this mail else skip this mail.

1 Like

Convert Mail to HTMLDocumentClass and get all the elements by tag name with table and check the count

Custom activity to extract tables from email:
https://go.uipath.com/component/extract-tables-from-mail-839f39
It takes mailmessage as an input and returns a dataset with all the table content in the email.
If no table is there the datasetvariable.tables.count would be 0.