web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Facing Error status co...
Power Automate
Suggested Answer

Facing Error status code - 429

(0) ShareShare
ReportReport
Posted on by
I have already created a flow yesterday and had successful runs. But when I tried running the same without any modifications faced the error status code 429 where it mentioned as below:

The dynamic operation request to API 'excelonlinebusiness' operation 'GetTable' failed with status code '429'. This may indicate invalid input parameters. Error response: { "status": 429, "message": "Too many requests to Graph API. Please try again later. clientRequestId: *********** serviceRequestId: *************", "error": { "message": "Too many requests to Graph API. Please try again later." }, "source": "*************" }

now I am unable to select the table in the file due to this issue. I hope it is not for me alone.

Can anyone help me to resolve this


 
Categories:
Screenshot (86).png

Your file is currently under scan for potential threats. Please wait while we review it for any viruses or malicious content.

I have the same question (0)
  • Suggested answer
    Ellis Karim Profile Picture
    11,691 Super User 2025 Season 2 on at
    I have seen another post where someone else has reported the same issue.

    The status code 429 indicates "Too Many Requests" and this typically happens when the flow has exceeded the rate limit for API calls or requests to a service.  In other words, you are making too many requests in a short period, and the Power Automate service is protecting itself from overload. You are probably rerunning the flow again and again, which is making too many calls (actions) in a short period of time,

     

     


    You could try:
    • Don't use Concurrency 

    • Reduce unnecessary API calls

    • Implement Retry Policies

    •  
    Retry Policies
     
    Configure exponential backoff retry policies for actions:

    Set "Type" to "Exponential Interval" and  adjust "Count", "Interval", and "Maximum Interval" settings.

     
    Retry Policy Components
    • Type: Exponential Interval

    • Count: 20

    • Interval: PT10S (10 seconds)

    • Minimum Interval: PT10S (10 seconds)

    • Maximum Interval: PT40S (40 seconds)
    The "Exponential Interval" type means that the time between retry attempts increases exponentially. 

    See: Configure Retry Policy to resolve Rate limit exceeded-429 error code in Power Automate | by Pooja Bhardwaj | Medium
     
     
     
    Ellis

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 525 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 324 Moderator

#3
abm abm Profile Picture

abm abm 232 Most Valuable Professional

Last 30 days Overall leaderboard