Hi there
I have got a flow that sends an email to me everytime there's an item edited in the SharePoint list. This do work fine but the issue is when i edit two rows items using the edit grid view and manual saving it, the flow runs twice at the same time, which results to me receiving two emails instead of just one. I have tried applying a trigger condition where modified date is equal to utcnow and have tried setting the concurrency instace into just 1; however, the trigger flow is still running twice at the same time. Can you please help me?
Thanks!