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 | Development
Microsoft Teams | Development
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
Microsoft Teams | Microsoft Teams for business | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Prasad-MSFT 10,266 Reputation points Microsoft External Staff Moderator
    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' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.