I would like all teams messages to be written to a onenote notebook for easy reviewing and searching.
This is my current flow, which is failing.
Additionally, how would I go about reliably catching replies to messages? I assume i can achieve this through the Parent message ID, but how?
Thank you very much.
Solved! Go to Solution.
Thank you very much for this.
And what about triggering for replies?
Hi @drermb ,
Messages will have the same messageid and replytomessageid. Replies will have different ids. You can check this with a trigger condition.
I think this link will help you a lot:
https://powerusers.microsoft.com/t5/Building-Flows/Trigger-on-Reply-Teams/td-p/1655884
Best Regards,
Bof