I'm trying to find a solution for connecting Microsoft Loop meeting memos to a flow.
The usecase I'm working with is:
- we're setting up the meeting in Teams, creating the agenda in advance in the meeting's Loop component
- during the meeting someone keeps notes within the same component
- after the meeting, the person who kept notes reads through it again, and cleans it up so that everything is clear and understandable
- they send out the completed memo to everyone
I would like to make the last step, sending the email, easier via a flow, to avoid having to go back to Outlook and manually compose the email.
My problem is, I don't know what trigger I can use. I don't want to use "when a file is modified", that would result in way too many emails with half-finished memos.
I'd need something that the user can trigger manually somehow from Loop when they decided the memo is ready to be send out, so that I can add an action in Flow that sends the email. (If there was a way to distinguish between recurring and one-off meetings, that would be amazing, but I don't think that's possible :))
There is one Microsoft Loop trigger that uses rules in Loop, but I couldn't find how to set those up either.
Thank you in advance!