I run into this problem that got me thinking about a solution
Problem
I have a very simple flow that every time a meeting invite was created, it will forward it
I noticed that suddenly one update was made and generated thousands of forwarded emails. It cluttered my inbox and generated several thousand pending "Running Flows". I cleared that problem already. Not fun. I don't know what caused this, the script was working well before.
Solution thinking
I was thinking that it would have been awesome to prevent that from happening and limit the number of forwards per minute. I can not think that I would receive more than 10 per hours for example. So I would like the flow to turn off if I get there. I don't mind if the invites are kept in batches and only forward every 1 hour.
Appreciate any tips on how to go about this or some other way to aleviate something like this happening