I have outlook email the bot has to read the email based on the subject and filer the email then in email body i have table data i need to export it excel but the data is in plane text in sometime in html .Need some help to resolve the issue?

Attaching the sample body .

Thanks ,
suresh .T

Hi @Thumu_Suresh

Can you try this

Regards,

@Thumu_Suresh

try as below it will extract data

for your condition,
after reading the email check email body is html (emailbody.ishtml)
if it html then you can extract the data by following above video.
if is not html then build a flow by extracting all the values.
and make it in form of datatable or directly write in excel

Happy Automation!!