What I am curious about is can I create a re-occurring task?
For example:
Task with due date today and reoccurs every month or year.
When the task is marked as complete I dont have to create another task for next month or year as its already there.
thanks
thanks, I have done that.
What I am curious about is can I create a re-occurring task?
For example:
Task with due date today and reoccurs every month or year.
When the task is marked as complete I dont have to create another task for next month or year as its already there.
thanks
So you want records(i.e tasks) to be automatically inserted/updated in your base?
thanks, I have done that.
What I am curious about is can I create a re-occurring task?
For example:
Task with due date today and reoccurs every month or year.
When the task is marked as complete I dont have to create another task for next month or year as its already there.
thanks
As @Andrew_Johnson1 hints, automatically generating records takes you out of pure Airtable functionality, although it can be done with assistance from a middleware service (Zapier, IFTTT, etc.) or a manual action.
Alternatively, you could create a formula field that combined a set month and day with the current year to create a rolling due date. The ‘completed’ tick-off becomes a little more complicated, though, as you would either have to timestamp the date and time the task was completed (which currently requires the creation of a linked record to hold a persistent timestamp) or manually clear the completed tick at some point prior to the task becoming due again.
So you want records(i.e tasks) to be automatically inserted/updated in your base?