Skip to main content

Notifications

Power Automate - Using Flows
Unanswered

Flow Does Not Send Multiple Emails, But Indicates "Success"

(0) ShareShare
ReportReport
Posted on by 379
Flow Does Not Send Emails, But Indicates "Success"
 

My flow runs smoothly but does not send the notification to all who apply as it is supposed to. I'm going to share my flow step by step and the list where the information is. I really appreciate any suggestions, examples, or comments to help me find the error.  

1. 

lcdelgado_0-1712595032659.png

 

2. 

lcdelgado_1-1712595032659.png

 

3. 

lcdelgado_2-1712595032660.png

 

4.

lcdelgado_3-1712595032660.png

 

Today + x days = 

addDays(utcnow(), int(outputs('Days_to_remind_me_in')), 'yyyy-MM-dd')
 
x Days + 30 = 
addDays(outputs('Today_+_x_days'),30,'yyyy-MM-dd')
 
5.
 lcdelgado_4-1712595032661.png

 

6. 

lcdelgado_5-1712595032662.png

 

Filter Query = 

concat(concat('ExpirationDate',' ge ''''',outputs('Today_+_x_days')),'''',' and ', concat('ExpirationDate',' lt ','''', outputs('x_Days_+_30'),''''))
 
7.
 lcdelgado_6-1712595032663.png

 

8. 

lcdelgado_7-1712595032663.png

 

9. 

lcdelgado_8-1712595032664.png

 

10. 

lcdelgado_9-1712595032665.png

 

11. 

lcdelgado_10-1712595032665.png

 

The List: 

lcdelgado_11-1712595032664.png

 

  • lcdelgado Profile Picture
    lcdelgado 379 on at
    Re: Flow Does Not Send Multiple Emails, But Indicates "Success"

    Well I was validated by part and I found the second apply to each wasn't including all the persons, just the last one, so I just moved the send email inside the apply to each 2 loop, and now it includes everyone. I think I moved the send email outside to send individually instead by group.

    lcdelgado_0-1712605691808.png

     

  • ScottShearer Profile Picture
    ScottShearer 25,150 on at
    Re: Flow Does Not Send Multiple Emails, But Indicates "Success"

    @lcdelgado 

    Have you analyzed a run to get some idea of what is going wrong?

    For example, identify an email that should have been sent but was not.  Walk through your Flow when that record was processed.  That should provide some insight.

    While I haven't evaluated your Flow in detail, I would take a look at your condition first to see if it is producing the results that you expected.  Your filter query would be my next stop.

     

     

     

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,343

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,703

Leaderboard

Featured topics

Restore a deleted flow