Optimizing API Calls in Microsoft Power Automate for High-Volume Data Processing

Ahmed Muhammad 0 Reputation points
2024-10-09T06:21:18.86+00:00

Has anyone faced issues with throttling when handling high-frequency API calls in Microsoft Power Automate? I'm currently processing large datasets, and despite configuring retry policies, I'm hitting the service limits too often. What are the best practices for optimizing API calls, or should I consider using Azure Logic Apps for better scalability? here is project work https://rockstarevents.me/at where I’m building solutions for similar automation

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,134 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,267 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Prasad-MSFT 6,776 Reputation points Microsoft Vendor
    2024-10-09T08:43:58.0566667+00:00

    The limits are posted here: Microsoft Teams - Connectors | Microsoft Learn

    There are concurrency options on the trigger that you can adjust which would likely prevent from hitting these limits:

    Limits of automated, scheduled, and instant flows - Power Automate | Microsoft Learn

    If you've disabled concurrency and are still hitting the limit, you can try introducing some delays within the flow itself.

    https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.