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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Excel Business Connection
Power Automate
Answered

Excel Business Connection

(0) ShareShare
ReportReport
Posted on by 2

Error:

Failed to retrieve dynamic outputs. As a result, this operation's outputs might not be visible in subsequent actions. Error details: 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.\r\nclientRequestId: 03a435e1-6ad1-45cf-96e4-69743f8adf7d", "error": { "message": "Too many requests to Graph API. Please try again later." }, "source": "excelonline-ea.azconn-ea-001.p.azurewebsites.net" }

I'm experiencing an issue with several of my flows, all of which use the Excel Business Connector. They were all working perfectly yesterday (Oct 24, 2024), but as of today (Oct 25, 2024) it starts giving me errors above.

Could anyone help help me if this is a Microsoft issue or something on my end? Thanks!

image (3).png
Categories:
I have the same question (0)
  • Suggested answer
    Ellis Karim Profile Picture
    11,931 Super User 2026 Season 1 on at
    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"
    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
  • Verified answer
    ClintRB Profile Picture
    91 on at
    Hi, This appears to be an issue with microsoft.  I have flows that have been runing for years and on the 25th same problem.  My flows are set to run concurrently, this issue with "too many requests" looks to me due to the connection failing with excel so the flow kept trying to connect.  Today the flows run without any changes at all, I just resubmitted the failed runs and all is good.  The seems to have accured in the late afternood EST AUSTRALIA.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 250 Super User 2026 Season 1

#2
Expiscornovus Profile Picture

Expiscornovus 222 Most Valuable Professional

#3
Haque Profile Picture

Haque 174

Last 30 days Overall leaderboard