Schedule recurring future tasks

I’ve got an app that includes Scheduled/Completed checklists. I’m looking for a way to mass schedule checklists for people in the future. I would like to make it where I don’t have to manually add each checklist one by one.

The first part of the form is pictured below. I was thinking I could add a Y/N column called “Recurring?”. Selecting Yes would show a “Number of Days” column. Using this Number of Days I could use an Action to add rows to my database X number of times. So if I said “Yes”, “7 Days”, it would create 7 copies of my record in the future using DATENOW()+1,+2,+3 etc.

Is this possible? Or is there another way to accomplish this?

2X_3_373014b0e286e5bc6e327c63323c2224829f2a57.png

Solved Solved
0 4 2,950
1 ACCEPTED SOLUTION

@CorpIT
Yes it is possible. You need to create a scheduled report of Data Change type and create an action for this table > Data: add a new row to another table using values from this row. You will need a couple of expressions as well.

View solution in original post

4 REPLIES 4
Top Labels in this Space