Skip to main content
Community site session details

Community site session details

Session Id : C79zxB4KLsQkLJPj3l0KEu
Power Apps - Microsoft Dataverse
Unanswered

Repeat a Check record based on if its set to repeat

Like (0) ShareShare
ReportReport
Posted on 29 Nov 2023 10:26:52 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 Moderator on 01 Dec 2023 at 03:13:51
    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 Moderator on 30 Nov 2023 at 18:23:54
    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 30 Nov 2023 at 16:41:08
    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

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 Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 2

Featured topics

Loading complete