Read specific text from table in email body

Hello,

I want to read specifict values from a table in email body and assign them to a variable for future uses.

This is an example of the email body:

Hello, we have created a case with n° 12345678, next is some extra info:

{Table}

COLUMN 1 || COLUMN 2 || COLUMN 3 || COLUMN 4 || COLUMN 5 ||
12345 || 678988 || TEXT 1 || TEXT 2 || 159753

I want to take the case number and each value from the table .

Thank you in advance for your help.

Hi @christian.2a
By using Save Outlook Mail Message activity save the mail in .mht format then give the file path in browser then extract data table later you assign required fields to variables.