Hi,
I am looking for a way of getting the body of an email without all the history. So basically, I want to have the body of the email I flagged and not allthe old emails also included in that email.
Thanks for your help!
Regards,
Michael
Solved! Go to Solution.
Found it myself, Message 5 has the solution:
https://powerusers.microsoft.com/t5/Building-Flows/Extract-only-the-text-from-the-latest-reply-in-an...
I just tried some other way and was able to get the Latest Email only. Here are the steps
<div style="border:none; border-top:solid #E1E1E1 1.0pt; padding:3.0pt 0in 0in 0in">
split(variables('EmailBody'),variables('Delimiter'))[0]
Found it myself, Message 5 has the solution:
https://powerusers.microsoft.com/t5/Building-Flows/Extract-only-the-text-from-the-latest-reply-in-an...
I just tried some other way and was able to get the Latest Email only. Here are the steps
<div style="border:none; border-top:solid #E1E1E1 1.0pt; padding:3.0pt 0in 0in 0in">
split(variables('EmailBody'),variables('Delimiter'))[0]
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Read the latest about new experiences and capabilities in the Power Automate product blog.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
21 | |
20 | |
9 | |
8 | |
8 |
User | Count |
---|---|
37 | |
30 | |
25 | |
23 | |
12 |