Hi all,
I've created a flow that uses the 'When an email is flagged' trigger in O365 Outlook to forward the email to the mailbox for my task manager, which doesn't have an API connection to Flow. The flow runs, detects the flagged message, and then starts quickly sending multiple copies of the message to the forward address until I turn off the Flow. I was expecting the behavior of this trigger to detect a change in the flag status, and to act on it once, not to keep re-scanning the mailbox and reprocessing each flagged item each time. I've looked through the available logic for each of these steps and can't seem to find anything to control how it works.
Any ideas on how to make this run once when an email is flagged would be greatly appreciated. This looks like it should be dead simple, but I can't find any documentation on how to control the execution.
Thanks!