web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How to send mail every...
Power Apps
Answered

How to send mail every 24 hours until a response is received

(0) ShareShare
ReportReport
Posted on by 130

Hi All,

I have a SP list in which I have a column 'Status' , this column changes to "Submitted" once a request comes for admin to respond. 
if within 24 hours no response comes and this column doesn't changes to "Completed", then I want to send email every 24 hours until status changes to completed. 

 

I used power automate scheduled flow but no luck, Can't figure out the logic.

Categories:
  • Verified answer
    kylzbaba Profile Picture
    182 on at

    Scheduled flow, get items where status = submitted and created date is greater than or equals to adddays(utcNow(), -1). This will fetch all the records with status submitted over 24hours ago. Then apply to each loop to send emails for the respective records.

     

    If this helps, please accept as solution.

  • Verified answer
    ryleybauer Profile Picture
    327 on at

    Hi @r_voyager , 

     

    I'd recommend creating an automated flow for created/modified. Then you can check if the status is "Submitted" and run a DO UNTIL loop with a 24 hour delay.

    Check this out, let me know if there are any questions and please accept as solution if this worked for you! 

    ryleybauer_1-1653580233384.png

     

  • ambi95 Profile Picture
    34 on at

    Hi @ryleybauer can you explain the reason why we have to do the last step "get item" please?

     

  • kylzbaba Profile Picture
    182 on at

    Because if you use the values from the trigger body (when an item is created or modified), it will still be the original values in the scope. The get item runs to fetch the updated values if an update has been made. 

  • ryleybauer Profile Picture
    327 on at

    @kylzbaba is right, it's just because we want to double-check the values after the delay before we rerun it in case an update has been made.

  • ambi95 Profile Picture
    34 on at

    thank you @ryleybauer and @kylzbaba 🙂

     

  • ambi95 Profile Picture
    34 on at

    Hi @ryleybauer  I tried this but it keeps sending me emails even when the condition is not being met

  • ryleybauer Profile Picture
    327 on at

    Sorry for the late reply, but if you are still getting emails, I would assume something isn't right with your condition. Reminder that I'm using the last step of the loop as the value. You could additionally set a variable and/or use a compose step to see the value in each loop for troubleshooting.

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 409 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 252 Most Valuable Professional

Last 30 days Overall leaderboard