I want to remove everything from my mail body (Hi Team ...till A cell of my table) and I am not sure of spaces in between all this. if you can help?

Hi Team,

It is me.

Receiver

image

Hi @anjasing !
We need more information as the topic is unclear.

  • What is the mail body ? If you could send us a sample.
  • What do you want to do ?

If you could read that question again?

Hi @anjasing

did u mean u had table attached to the mail, and u need to remove upto the table ?

yes, you’ve a way for it?

after the mail body and storing in string

Then using Replace activity using Regex patten , u can remove the data above the table using this regex pattern

[\w\d\s\S]+(?=<table>)

Regards,
Nived N
Happy Automation