Hello
I have a trigger to send an email when someone made changes in an online Excel (Sharepoint) but it fires many times because if for example a change is made in one cell and another value is added to another cell I get an email repeated electronic, of course, the online excel is constantly saving and I think thats the reason forn so many email, are there any way that receive only one email?
Thanks
Here is one thing you can try. Enable concurrency control of 1 as described in this article.
Power Automate – Limit Runs to Trigger One at a Time – Flow Alt Delete – Josh Cook [Microsoft MVP]
Then add a 10 min delay into your flow, so it stays running longer. Use a longer time if desired. Put the delay up front in your flow, so the later version gets used downstream (if multiple)
Regards,
Pat