I have created a flow that creates a planner task when an email is flagged. This flow passes the body of the email into the planner description, however the long email thread is included. I have been told there is a trick I can use:
*Check a separator in the email that breaks the first message from all others. Then I need to use a "split function" with that character. The first item of the array is my email message*.
Can someone please show an example of this as I am a beginner with Power Automate and don't know how to incorporate this into my flow. Thank you.
Solved! Go to Solution.
Hi,
Attached flow pkg for your review. Please feel free to restore it in your tenant and review it.
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. |
When an email is received and if it contains earlier replies, we can observe following:
1. Subject will contain Re: (Note: User can update the subject while replying or forwarding).
2. Email body contains a horizontal bar which separates current email content with previous content.
So, when an email is received you can check for first "<hr" tag and perform string operations on the text to exclude the unnecessary email body content.
I hope this will help you.
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. |
Hi @rsaikrishna thank you for your response. Are you able to provide me a print screen of a flow to show this? I will then accept as solution.
Hi,
Attached flow pkg for your review. Please feel free to restore it in your tenant and review it.
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. |
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
21 | |
20 | |
9 | |
7 | |
7 |
User | Count |
---|---|
33 | |
31 | |
24 | |
21 | |
11 |