Hi Is there any way to limit the execution runs in a logic app from multiple instances to one at a time?
Take a look at concurrency control as seen in this excellent post: https://toonvanhoutte.wordpress.com/2017/08/29/logic-apps-concurrency-control/
This is the way to implement it, in code view:
"runtimeConfiguration": {
"concurrency" : {
"runs": 2
}
},
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With