Extract information from an email that comes in HTML

Hello, the robot needs to read an email that contains information in HTML format in the body. There is a table in that content that I need to read to extract some data from certain fields. When I collect the information, at the moment I only have the text in HTML but I don’t know how to differentiate what information I need to be able to extract the data.

Thankss.

@Nicollebro

Get mail body as htmlafter getmails activity ypu can use mailsvariable(0).bodyashtml

Now save the body as .html file and then use application/browser and open the .html file and extract the table using table extraction

Cheers

@Nicollebro,

You can try this Regex approach.

Thanks,
Ashok :slight_smile: