Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Answered

Flows take a long time before they are triggered

(0) ShareShare
ReportReport
Posted on by 76

Hi, 

 

I have a SharePoint list with lots of columns (~60) and has ~ 10 different flows to trigger at different times depending what the value of my status column is currently. 

 

All of these flows start with the trigger "When Item is Created or Modified" because I cannot see a more specific one.

 

The first action in each flow is to check that the status column has the value they are looking for, if not then it finishes -> if it is the right status may send an email to the manager then change the status to a new value[so the flow doesnt get stuck in a infinate loop] (which modifies the SharePoint item and all flows try to run again until the first check.)

 

It is taking almost 10 minutes before some flow runs.

 

I have a status saying "Sent for Review" and a flow that checks for this status and then depending on a "Review response" column decides to change status the column to "waiting for implementation" or "rejected".

 

In this scenario my Item stays at the status "Sent for review" when the "Review response" has already been changed to rejected for about 10 minutes before the flow runs and changes the status. Users are complaining that it is not clear where they item is in the process because it is not updated instantly and they cant instantly see in their list which ones they have responded to right away

 

Is this because all my flows try and run when the item is created and only one can be active at a time? Does each flow that is set to activate run sequentially? If so how long is the delay before the next flow is called and is there any way to run in parralel?

 

The flows only edit the item if their specific status matches so I know they arent trying to cause save conflicts.

 

 

 

  • Verified answer
    gamoraes Profile Picture
    1,040 on at
    Re: Flows take a long time before they are triggered

    HI @Zango 

     

    Your new approach is absolutely correct.

     

    Each flow has a time to verify again if has 'new data' to trigger, and we cannot control this with accuracy. 

     

    The best way is use One flow as hub to call another flows, today with the possibility to change trigger will be easy to change from 'When a item was modified' to 'When a HTTP...'.

     

    To maintain the data structure don't forget to persisty it using the 'use sample payload to generate schema' , you can get the body of one succeed execution and use as sampleFlow 1.jpg

     

  • Community Power Platform Member Profile Picture
    on at
    Re: Flows take a long time before they are triggered

    Isn't flow fun?! You get to do things that the product should already be providing friendly abstractions for in the first place. YAY!!!!!

  • Zango Profile Picture
    76 on at
    Re: Flows take a long time before they are triggered

    UPDATE: 

     

     

    After looking at how people solve the issue of having flows last longer than 30 days maybe HTTP requests could help me out.

     

    I am now thinking I should have one SharePoint flow to activate "when Item is created or modified" 

    In this flow I should check the status field and create a HTTP Post request for each seperate step i want to take.

     

    Then i should create numerous flows with the trigger "When a HTTP request is recieved" and i am thinking I should be able to structure my flows how i have before and possibly even ignore the check for the status because i am just waiting for the exact HTTP post request

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,660 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow