cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
kenneth0596
Advocate II
Advocate II

Do until and delay

Hi,

 

Im building a flow that sends out email with options. The response will update a column named Extension Request in SharePoint. Ideally, it will keep sending out email everyday until Extension Request is not equal to "Maybe". 

 

My problem is that the loop only works if user responded to the initial email. 

I need it to run everyday until the condition is met.  Any help is greatly appreciated! 

 

 

 

 

2 REPLIES 2

Hi @kenneth0596 what's the trigger for the Flow?

 

If it's a data source which I can query I'd be quite tempted to have a separate Flow which is checking for a response on a daily basis. But that depends if you're grabbing the data from somewhere.

ScottShearer
Super User
Super User

@kenneth0596 :

The short answer is that you can't change the behavior that you have described - the Flow will pause until a response is received.

 

Here is an alternative approach:

  1. Use a recurrence trigger that runs once a day
  2. Use a SharePoint Get Items action to retrieve items from the list
    1. Use a filter so that only items where extension request is not equal to Maybe are returned
    2. You could use a condition instead but an OData filter is a better idea
  3. Loop through the items returned and send an email with a link to the SharePoint item and instruct the user to update it.

 

 

If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.

Scott

Helpful resources

Announcements
Power Automate News & Announcements

Power Automate News & Announcements

Keep up to date with current events and community announcements in the Power Automate community.

Community Calls Conversations

Community Calls Conversations

A great place where you can stay up to date with community calls and interact with the speakers.

Power Automate Community Blog

Power Automate Community Blog

Check out the latest Community Blog from the community!

Top Solution Authors
Users online (3,460)