Skip to main content

Re-occurring Projects


Hello! I’m new to Airtable but have a background in programming and am having a lot of fun setting up bases for my company.

One issue we’re running into: Many of the projects we want to track re-occur monthly and I’d like to be able to track tasks for each month separately so that when we look at our calendar we see everything laid out for the whole year, not just the upcoming month.

Is there an elegant way to do this? Or do I just have to make a “January - order supplies” task for every month individually?

Databaser
Forum|alt.badge.img+19
  • Inspiring
  • January 17, 2022

Hi @Remy_Nixon and welcome to the community!

I usually take a checkbox field as a trigger for an automation that copies the task, updates the start date (eg via DATEADD() formula) and updates the month (eg via DATETIME_FORMAT() formula with “M”) for sorting/filter options.

If you can script, that’s no doubt also an option.


Hannah_Wiginton
Forum|alt.badge.img+18

Hey Remy!

Here’s how you can add a set of tasks for each time you create a new project. You can set up multiple options depending on the project.


Reply