Hi Team,
you helped me to solve the issue with my statistics workflow. That resulted in redo-ing some more things and that to the next issue 😞
I have a list with Tasks in SharePoint.
My Flow is updating some statistics (related to project etc) if the tasks are closed.
That works fine if the updates come in one after the other.
Based on my other issue i have to start it all over.
There is a flag in my SharePoint list, that "knows" when statistics are done, so my thought was to simply reset that through another flow or manually.
There the fun begins.
If multiple of the statistics flows run in parallel the calculation went wrong.
Basis idea behind the stat is:
1. check the task based on different rules
2. check the related Stat Item and get number
3. add +1
4. write back
You might suspect something...
In case 4 Flows start the same time, the all read the input from start (for example 3), add 1 and write 4 back, while in deed it should be 7 in the result….
I didnt find anything to throttle/limit the execution of a flow to one.
Any ideas how to approach that?
Thx
Christof