Read table from Outlook email body

aq22

New Member
Hi,

I have an outlook email that contains in the email body some text as well as a table.
The table has 2 columns and a variable about of rows.

I already have the email loaded using the MS Outook VBO.

What I need to do now is the following:
I need to search the table within the email body for specific terms like - "Name", "Address", "Salary", etc then pull out it's respective value which is stored in the next cell, same row.

This is what I'm thinking, but not sure how to do step 2 in blue prism:

1) Once email is loaded
2) Find the cell that contains the term I'm looking for in column 1, then pull it's respective value from column two - on the same row.
3) The value from column 2, will be set into a data item and used through the rest of the processing.
4) Find and retrieve value for the next term.

Can any one offer how to do this?
Thank you in advance!
 

Sachin_Kharmale

Active Member
You need to read Email body in HTML format.
for table HTML code contains <th><td><tr> tags according to that you will get required data in blue prism.
 

Soumya21

New Member
Hi, did u create bot for this???


Even I have to read outlook email body and if table is there we need to extract that table into collection .. any suggestions how to create bot for this scenario
Hi,

I have an outlook email that contains in the email body some text as well as a table.
The table has 2 columns and a variable about of rows.

I already have the email loaded using the MS Outook VBO.

What I need to do now is the following:
I need to search the table within the email body for specific terms like - "Name", "Address", "Salary", etc then pull out it's respective value which is stored in the next cell, same row.

This is what I'm thinking, but not sure how to do step 2 in blue prism:

1) Once email is loaded
2) Find the cell that contains the term I'm looking for in column 1, then pull it's respective value from column two - on the same row.
3) The value from column 2, will be set into a data item and used through the rest of the processing.
4) Find and retrieve value for the next term.

Can any one offer how to do this?
Thank you in advance!
 
Top