I have built a Power Automate flow using the “When an item is created or modified” trigger.
My requirement is: when a specific column (Status) changes to “Completed”, a completion email should be sent to the client.
However, the issue is that the email is triggering multiple times, even though the condition is applied.
I have already tried the following approaches:
- Added a Condition to check if Status = Completed
- Used a Delay action
- Updated the Status column after sending the email to avoid re-trigger
- Tested with a simplified condition setup
But still, the email keeps triggering multiple times.
To simplify, I even tested with a very basic condition setup, but the issue still persists.
Could someone please help me understand why this is happening and how to fix it?