Skip to main content
Community site session details

Community site session details

Session Id : uLrzzKDUPakX7pVJfoTbAw
Power Automate - Building Flows
Answered

Schedule power automate every 24h by record

Like (0) ShareShare
ReportReport
Posted on 19 Aug 2022 10:51:02 by

Hi all 

I have a requirement 

I need to execute a flow that send a reminder to users every 24h.

 

The complexity is that it must be executed every 24h based on the creation date of each record created on the dataverse.

 

For exemple I've a record A created on Friday 19 August at 10am and another record B created Friday 19 August at 2pm. 

 

So the power automate must send a reminder to users of record A on Saturday 20 August at 10am and must send a reminder to users of record B on Saturday at 2pm.

 

I think the scheduled flow doesn't permit to do that. 

 

My question is : is it possible to do something like this in flow? If yes,  how? 

 

Thanks for the help 

 

 

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    on 23 Aug 2022 at 07:02:00
    Re: Schedule power automate every 24h by record

    Hi @jd71,

    Do you want to send an email once the current time is 24h later than the date time in your record?

     

    I have made a test for your reference:

    vqiaqimsft_0-1661237789306.png

    formatDateTime(items('Apply_to_each')?['crba2_appointmentdate'], 'g')
    formatDateTime(addDays(utcnow(), -1), 'g')

     

  • MarconettiMarco Profile Picture
    3,812 Super User 2024 Season 1 on 19 Aug 2022 at 11:15:03
    Re: Schedule power automate every 24h by record

    Hello @jd71 ,

    I think you should use the "Delay" action:

    MarconettiMarco_0-1660907654945.png

    After your Dataverse trigger, please add that action, the Flow will wait one day, then it will perform the next actions.

     

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

    BR,

    Marco

     

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

Announcing our 2025 Season 2 Super Users!

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

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!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 2

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 2

Loading complete