hi Microsoft community
I'm encountering an issue with a Power Automate flow that involves two triggers: one for when an item is created or modified with the status 'assigned,' and another for when the status is 'completed.' The purpose is to send an email notification to the sender in both cases. However, I'm facing a problem where the trigger for 'completed' status is causing an infinite loop and continuously sending emails.
Here's a summary of the situation:
- Trigger 1: When an item is created or modified with the status 'assigned,' the flow works correctly without any infinite loop or excessive emails.
- Trigger 2: When the status changes to 'completed,' which uses the same trigger logic as the 'assigned' status, the flow enters an infinite loop, persistently sending emails until manually turned off.
I have already reviewed the flow logic, trigger configurations, and actions, but I haven't been able to identify the cause of this issue.
I would greatly appreciate your guidance and expertise in resolving this problem. Is there a recommended approach or workaround to ensure that the flow for the 'completed' status functions correctly without entering an infinite loop?
I attached the condition for both assigned and completed