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
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:
formatDateTime(items('Apply_to_each')?['crba2_appointmentdate'], 'g')
formatDateTime(addDays(utcnow(), -1), 'g')
Hello @jd71 ,
I think you should use the "Delay" action:
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
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2