Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Why is PowerAutomate so slow?

(0) ShareShare
ReportReport
Posted on by 234

I have a flow that clears a list and repopulates it from a table.  It all works but it is so slow

First step gets all the exising items in the list, about 250, takes a fraction of a second

Then there is a Apply to each step that deletes each item.

It takes over 3 minutes to delete 250 rows of data

3 minutes!  Is it chiselling the data out on stone tablets?

Why is PowerAutomate so slow?

  • VictorIvanidze Profile Picture
    12,536 on at
    Re: Why is PowerAutomate so slow?

    If you have premium licenses you can use (optionally batch) GRAPH requests to speed up the flow.

  • Chriddle Profile Picture
    7,932 Super User 2025 Season 1 on at
    Re: Why is PowerAutomate so slow?

    Are you sure? There are some not immediately obvious ways to restructure the data with Select actions, particularly with xpath.

    And once you have the structure you want, you can use the API to upload the records in bulk like described here:

    https://tachytelic.net/2021/06/power-automate-flow-batch-create-sharepoint-list-items/

  • Guy Boswell Profile Picture
    234 on at
    Re: Why is PowerAutomate so slow?

    If you can do it in Excel, do it in Excel!  I had something that was taking hours to run in PowerAutomate.  I modified the flow to call a TypeScript that processed the data in Excel, then copied the results across.  It ran in seconds

  • JB-26112252-0 Profile Picture
    on at
    Re: Why is PowerAutomate so slow?

    So my flow ended up taking 44 minutes to run—to iterate a list of 111 items 3 times. Doing something similar in a VBA macro in Excel e.g. would take a few seconds I imagine (I hear what you're thinking...No). Just kind of shocked and frustrated that it takes so long. Looping is such a fundamental action. Will definitely be looking at ways to be more efficient (try to build everything into a single loop, e.g.). 

  • JB-26112252-0 Profile Picture
    on at
    Re: Why is PowerAutomate so slow?

    Hi, thanks for your reply. I took a look at the Select action. Good to know about and thanks for suggesting, but I don't think it's going to work for me in this instance. 

  • JB-26112252-0 Profile Picture
    on at
    Re: Why is PowerAutomate so slow?

    Thanks for your response. We do have premium licenses—is there some other kind of action (I'm using Apply to each that runs faster? And definitely I will be spending the week rebuilding and trying to optimize the flow.

  • Chriddle Profile Picture
    7,932 Super User 2025 Season 1 on at
    Re: Why is PowerAutomate so slow?

    Often you don't need a loop for this. Try the Select action.

  • VictorIvanidze Profile Picture
    12,536 on at
    Re: Why is PowerAutomate so slow?

    1) Try to optimize the flow

    2) Ask a customer if they ready to pay for Premium license to get the flow faster.

  • JB-26112252-0 Profile Picture
    on at
    Re: Why is PowerAutomate so slow?

    Am I ever feeling this pain. I'm creating a list of around 100 items, and iterating over it three times to perform data validation. Nothing complicated (if A > B then Valid = true). It's been running 38 minutes now. In production I'm expecting around 500 items. How am I going to tell a customer to run the flow and wait two hours for a result? 

  • takolota1 Profile Picture
    4,898 Super User 2025 Season 1 on at
    Re: Why is PowerAutomate so slow?

    @GuyBoswell 

     

    These are Power Automate template flows.

     

    They aren’t something I expect every beginner to easily pick-up, but as a community we have done the best we can to make this as low-code as possible for everyone with the tools we have available.

    You can use these, you can try putting in tickets/complaints to Microsoft to make official batch actions a higher priority, or you can purchase a more premium set-up like Dataverse where some batch actions are officially included.

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1