Re: Flow keeps sending emails every minute
@MN003
I see, the issue is still that you have status value here to cancelled here:

So when your flow sees that update item sets it to cancelled it will first of all run the flow again, because it triggers on an item being modified. Since the item is still set to cancelled it will end up the same place, and therefore send the email over and over again.

So if you change the item state to for example "completed" in your update item, you should solve the issue 😊
If you are satisfied with the result, please Accept my post as a solution. This will in turn help other find solutions to similar questions.
Best Regards
Heartholme