Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Multi level reviewer flow with reminder email if no action

(0) ShareShare
ReportReport
Posted on by

Hi,

 

Currently working on having a multi level reviewer flow that will send a email reminder if one of the reviewers has not taken action on the document. 

 

Here is what I currently have:

for a selected file I enter in the 3 reviewers email addresses which then sends a email to the first reviewer to review the document.

JWylie_1-1638819686648.png

 

The issue occurs in the parallel branch... If no action is taken place in the delayed time frame it will then send a gentle reminder email even if the review was submitted. 

 

JWylie_2-1638819801268.png

How am I able to stop the reminder if the action on the review was submitted? 

 

Thank for your help!

 

  • Community Power Platform Member Profile Picture
    on at
    Re: Multi level reviewer flow with reminder email if no action

    @fchopo Thank you! I will look into it. 

  • fchopo Profile Picture
    7,972 Super User 2025 Season 1 on at
    Re: Multi level reviewer flow with reminder email if no action

    Got it! Maybe you can create a single email with an Outlook Actionable message, where you send the reminded email plus the submit button: What are actionable messages in Office 365? - Outlook Developer | Microsoft Docs

    But not an easy solution I guess.

    Regards,

    Ferran

  • Community Power Platform Member Profile Picture
    on at
    Re: Multi level reviewer flow with reminder email if no action

    @fchopo Since my multi level reviewer flow is a "Approval flow", you need to "submit" that you approved before the flow continues to the next reviewer.  Looks like this below:

    JWylie_0-1638892684435.png

     

  • fchopo Profile Picture
    7,972 Super User 2025 Season 1 on at
    Re: Multi level reviewer flow with reminder email if no action

    What do you mean when saying "add the submit email from flow when sending the reminder email"?

  • Community Power Platform Member Profile Picture
    on at
    Re: Multi level reviewer flow with reminder email if no action

    @fchopo Is there a way to add the "submit" email from Microsoft flow when sending the reminder email?

     

    This way the flow continues to run and I wont have to filter back through my emails if a reminder is set 3 days out.

  • Community Power Platform Member Profile Picture
    on at
    Re: Multi level reviewer flow with reminder email if no action

    @fchopo  Thank you for you help. Adding the condition before the "Do until" solved the problem. 

     

    Much appreciated!

     

  • Verified answer
    fchopo Profile Picture
    7,972 Super User 2025 Season 1 on at
    Re: Multi level reviewer flow with reminder email if no action

    Hi @Anonymous 

    The "Do until" action will be executed, at a minimum, for one time. As I understand, although the "outcome" value is true, it sends the reminder email.

    I would add an if condition before the "do until" action, comparing the outcome value with false:

     

    if Outcome equals false then -> Do until....

     

    In that way, you will avoid the reminder action.

    Hope it helps!

    Ferran

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