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 / Is excel connection do...
Power Automate
Suggested Answer

Is excel connection down for flows?

(0) ShareShare
ReportReport
Posted on by
I have several flows which rely heavily on excel (business), all this time the flows are okay but not I receive the following error. Anyone can help me out please?
 
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: 33fb1524-cb97-4fd8-b764-555396af6608", "error": { "message": "Too many requests to Graph API. Please try again later." }, "source": "excelonline-ea.azconn-ea-001.p.azurewebsites.net" }
 
Categories:
I have the same question (0)
  • Suggested answer
    Joseph_Fadero Profile Picture
    670 Power Up Champ - 2025 on at
    Hi Good day,

    No issue with the excelonlinebusiness action right now, I used it for a flow and it worked fine,

    The error message above is most likely due to a lot of concurrent and api calls based on the action. 

    You can do the following to possibly improve your flow

     
    1. Add a Delay Action:

      • Insert a Delay action in your flow, especially if it loops over multiple requests to Excel Online. Start with a delay of a few seconds (e.g., 3-5 seconds) and test if the error subsides.
      • You can also set the delay to 5-10 seconds to better distribute requests over time if the flow is processing a significant number of records.
    2. Reduce Frequency of Flow Triggers:

      • If your flow triggers often (e.g., instantly or every minute), consider increasing the interval between triggers. For example, try running it every 5-10 minutes instead of every minute.
      • For batch processing, try running the flow at off-peak hours if possible to avoid rate limits during high-traffic times.
    3. Optimize Excel Data Access:

      • If your flow accesses large Excel tables, optimize your requests by querying only the necessary data. For example, use filters or pagination to minimize the size of data requests, as larger data requests are more likely to hit rate limits.

    Long-Term Prevention Strategies

    1. Use Batching Techniques:

      • If the flow is looping over rows in Excel (using "Apply to Each" for instance), try consolidating actions to limit the number of requests to the API. Instead of making a separate call for each item, process items in batches if possible.
    2. Reduce Concurrent Requests:

      • If you’re using multiple Excel Online actions in parallel, consider chaining them in sequence to avoid simultaneous API requests.
    3. Error Handling and Retry Policy:

      • Add a retry policy to the Excel Online action with the error to automatically retry after a delay if the 429 error occurs. In the action settings, go to Settings > Retry Policy and set it to Exponential or Fixed Interval with intervals of 5-10 seconds.
    4. Monitor and Adjust Quotas:

      • If this is a shared flow or involves multiple users, be mindful of Microsoft Graph API’s daily quotas. Adjusting user activity or grouping flows where possible can help balance the usage within allowed quotas.


    Kindly feel free to like my response and mark as a solution to assist others in the community to quickly resolve similar issues

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
Haque Profile Picture

Haque 557

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 264 Super User 2026 Season 1

Last 30 days Overall leaderboard