Hi all,
I've got an issue with a Power Automate that I've deployed. It has run twice now and each time I keep getting a throttling warning.
I've got a QR code which people scan to confirm attendance at an event which takes them to a form. Once complete it compare this to their entry on a SharePoint list, and using PA, updates various fields.
The issue is the delegate size is 50, and clearly when everyone is scanning the QR code the demand is quite large for background API requests. My flows in PA is not necessarily large, and I've used ODATA queries to make them as efficient as possible.
I know Automate has a limit of 500 requests in a single flow, and I am no where near that. I've checked and Concurrency control is off which If I understand right means it will be trying to run all requests at the same time. The information is not time sensitive, so having a small delay when it updates should not be an issue.
Would turning this on and setting it to 1, sort out the issue for me? or is there other things I need to consider or amend here.
Thanks all :-)