Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Unanswered

Repeat a Check record based on if its set to repeat

(0) ShareShare
ReportReport
Posted on by 124

So i have a check form where there is a inspection on cars right now they can only schedule 1 check but i want users to set the check to repeat. Eg- check repeats every week, month, year, every 10 days, every 3 weeks, every 2 years, etc. So i want users to have custom ability to re-schedule checks if they want to. 

 

so users select re-schedule and then dataverse creates new records based on when users want it to be re-schedules (Daily, weekly,monthly, yearly), Users will then need to select when they want it to end either by date or when certain occurences is reached

  • ivan_apps Profile Picture
    2,187 Super User 2025 Season 1 on at
    Re: Repeat a Check record based on if its set to repeat

    I think you got the right idea creating a table where you can define the recurring event parameters. Your app should record the interval that the user wants recurrence on and what the ‘action’ is. You’ll want to record the last time this event was executed too.

    your flow should run pretty frequently and read all ‘recurrence definitions’ and execute those that meet the criteria based on current time and last execution date. 

    let us know if you have any specific questions about your design. 

  • cchannon Profile Picture
    4,702 Super User 2025 Season 1 on at
    Re: Repeat a Check record based on if its set to repeat

    Yes, a Power Automate flow on a Daily Trigger is how I would go about this. That flow would query all the Daily, Weekly, Monthly, Yearly rows relevant TODAY, then fire the appropriate logic for each path. Most likely, I would use child flows for each path, just because that would be a clean way to organize the logic, but it isn't necessary: you could do it all in one.

  • Sean9 Profile Picture
    124 on at
    Re: Repeat a Check record based on if its set to repeat

    @dpoggemann @ivan_apps @EricRegnier @ChrisPiasecki @cchannon tagging top solution authors for help 🙂

    Currently exploring power automate to achieve this for the daily repeat of the checks

    Sean9_0-1701362414646.png

     

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Microsoft Dataverse

#1
mmbr1606 Profile Picture

mmbr1606 22 Super User 2025 Season 1

#2
stampcoin Profile Picture

stampcoin 17

#3
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

Overall leaderboard

Featured topics