Error 429- Rate limit is exceeded, Try again after 5 seconds.

The dynamic operation request to API 'sharepointonline' operation 'GetTable' failed with status code '429'. This may indicate invalid input parameters. Error response: { "statusCode": 429, "message": "Rate limit is exceeded. Try again in 22 seconds. Please see https://docs.microsoft.com/azure/logic-apps/handle-throttling-problems-429-errors for more details." }

When you have too many API calls by the flow, the Power automate flow triggers this Error 429.
But i have seen this error exception being thrown, even without say 600 API calls per connection per minute.


When your list structure either has below use cases.

1. Multiple Update Item in the flow.

2. Calling other flows from the same flow.

3. Having branches in the flow, which are either creating or updating sharepoint list.


Fix:

There is no available fix for this apart form change in the design of the flows. 
A user voiced was also raised for this but i see it as declined.

https://powerusers.microsoft.com/t5/Power-Automate-Ideas/Disable-Event-Firing-when-Flow-updates-a-SharePoint-list-item/idi-p/100399#M8533

So as of now what we have is reduce the number of Update actions, branches and use conditions.



Comments

Popular posts from this blog

Creating Nested Galleries in Power Apps. (Parent-Child Relationship)

How to reset a datepicker control in PowerApps?

Reset () function failing to work on Edit form for Combo boxes in Power App.