Hi Team,
I want to check if the mail has a table.
If not, move the mail.
Thank you.
Hi Team,
I want to check if the mail has a table.
If not, move the mail.
Thank you.
Is there any fixed text along with the table in the mail body ?
About this
Dear Team,
No. | Company | Name | Position | Tel. | |
---|---|---|---|---|---|
1 | TEOHONG SILOM | Tanapong Sridawong | IP Division Manager | tanapong@teohong.com | 0849420955 |
2 | TEOHONG SILOM | Chatchawarn Prachakuln | System Engineer | chatchawan@teohogn.com | 0984613927 |
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.
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.