
Hi,
I have set up a flow which only passes the first email of a long email thread, however some of the emails seem to have a tag
'-----Original Appointment-----' which makes the flow pass the long email thread.
This is the HTML code
<div><p class="MsoNormal"><span lang="EN-US" style="">-----Original Appointment-----<br>
Please can someone help me to incorporate this into my flow?
@Anonymous
Please use the IndexOf function to get the index of <div><p class="MsoNormal"><span lang="EN-US" style="">-----Original Appointment-----<br>.
Then, use Substring() function to trim the tags till the end.
After that, add </body></html> to complete the HTML.
Regards
Krishna Rachakonda
| If this reply helped you to solve the issue, please mark the post as Accepted Solution. Marking this post as Accepted Solution, will help many other users to use this post to solve same or similar issue without re-posting the issue in the group. Saves a lot of time for everyone. |