Outlook Email Bodyy download

Good day,

I need help in extracting the email body but then it just extract what I don’t want it to extract since the email is empty, the customer wrote on the subject line instead of the body

So what it does, is that it extracts the part ‘Please be cautious’ on the purple block, of which I don’t want it to do that I Want the actual email body

@Anelisa_Bolosha1

Then try to get email.subject instead of body

Cheers

Hi @Anil_G , some email come with the body..here is regex that i’m using to extract

Hi @Anelisa_Bolosha1

Check for if body contains that please be cautious part only in the body and nothing else.

Then in that case, fetch content from subject instead of body.

1 Like

@Anelisa_Bolosha1

After regex check if value starts with precaution then get subject else use body

Cheers

1 Like

Thank you @Anil_G , works well now

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.