How to Create and Manage Recurring Tasks in Airtable ⚡ Full Automation

Поділитися
Вставка
  • Опубліковано 8 лют 2025

КОМЕНТАРІ • 38

  • @GarethPronovost
    @GarethPronovost  2 роки тому

    Grab my *FREE TRAINING* that teaches the building blocks of automation: 👉👉www.garethpronovost.com/webinar-registration👈👈

  • @handbellali
    @handbellali 4 місяці тому

    This worked perfectly - I added in a step to Find Records and repeat the "create record" and "update record" for every person in my team so that they all have recurring tasks. A great solution.

  • @jacoblouwsma3667
    @jacoblouwsma3667 3 місяці тому

    Gareth, you rock. I've learned so much from you. Thanks so much!

  • @TTOmiTTom
    @TTOmiTTom 2 роки тому +2

    Thank you for all your videos! For me, you are the best channel with Airtable tutorials!

  • @kelpo4305
    @kelpo4305 Рік тому +1

    thanks for the vid i didn't realize how powerful formulas are

    • @GarethPronovost
      @GarethPronovost  Рік тому +1

      Glad you found it helpful - they can be difficult to write, but they are so powerful!

  • @TheRemyRomano
    @TheRemyRomano 2 роки тому +2

    Nice job. I’ve been making recurring events for a long time, but I never thought to do it this way.

  • @yuryhorulko3834
    @yuryhorulko3834 Рік тому

    Thank you Gareth!

  • @sakshigpta
    @sakshigpta Рік тому +1

    Hi Thanks for this video this has really helped me but i got stuck with something like I am creating an airtable automation for recurring task for weekly, daily, monthly, 3 times per week and twice a month for this as explained in the video next to perform date i used this formula
    DATEADD({Due Date},SWITCH(Frequency,'DAILY',1,'WEEKLY',7,'MONTHLY',30,'TWICE A MONTH',15,'3 TIMES PER WEEK',3),'days')
    It works perfectly well for daily, weekly and monthly, twice a month but it doesn't work for 3 times per week because i want days like(Monday, thursday and sunday)
    can you please help me with the formula

  • @lindadehnert8313
    @lindadehnert8313 2 роки тому +4

    can you do this without the sub tasks - it over complicates things and makes it super difficult to create a simple weekly revolving taks

  • @CarleighGagliardi
    @CarleighGagliardi 4 місяці тому

    Hi! This video is super helpful, thank you!! Piggy backing on what many others have said -- could you either make a video without the subtasks or leave a comment here on how to simplify without them?

    • @GarethPronovost
      @GarethPronovost  4 місяці тому

      Sure - if the sub tasks are unnecessary, you can just focus on tasks and eliminate the addtional layer. Often we'll see this in use with projects. For example, a project may always include the same 10 tasks. Using an automation to automatically create these 10 tasks when a new project is approved is one solution. Alternatively, with recurring tasks, you can set automations to create the task on a recurring calendar as we demo here! Hope this helps!

  • @lindadehnert8313
    @lindadehnert8313 2 роки тому +4

    Totally lost in creating a simple revolving note with the over complicating of the sub tasks, it would be really great if you could show how to make a simple weekly and monthly recurring task without the complicated subtasks.

  • @ChristineBenton
    @ChristineBenton Рік тому

    That's like magic witchcraft. Thanks for the tutorial! Moved me to Level 3 Airtable Mage.

    • @GarethPronovost
      @GarethPronovost  Рік тому +1

      If my legacy is helping folks level up their magic, that sounds like a huge win to me! 🧙‍♂️

    • @ChristineBenton
      @ChristineBenton Рік тому

      @@GarethPronovost I think your new tagline could be: Leveling Up Your Magic / Stopping Operational Nonsense Since 2019

    • @GarethPronovost
      @GarethPronovost  Рік тому +1

      @@ChristineBenton 🎉🔥😂

  • @StrongHands10
    @StrongHands10 2 роки тому +1

    Can you do all the automation steps if you were to just have a tasks list without the subtask list? I wasn't sure if the subtasks list was a necessary step or just used as an example.

  • @toucan7433
    @toucan7433 2 роки тому

    Masterclass !

  • @Nexaverse-il
    @Nexaverse-il 5 місяців тому

    What do I do when I have several clients, each client with a different package, and each package different tasks..?

  • @sheydarashidi4537
    @sheydarashidi4537 Рік тому

    Hey, Thanks for the video very helpful! my question is how can I make the next coming tasks show up in the timeline of my tasks?

    • @GarethPronovost
      @GarethPronovost  Рік тому

      Build a timeline that shows your tasks and they'll be on there!

  • @khalilahmed2103
    @khalilahmed2103 11 місяців тому

    Awesome

  • @FairfieldAfterDark
    @FairfieldAfterDark Рік тому

    What do I do if I need things to run on days such as "1st Monday", or worse, "5th Tuesday" (when a month has it)?

    • @GarethPronovost
      @GarethPronovost  Рік тому

      You can use a schedule trigger in Airtable, which is pretty flexible. In cases where it doesn't have your exact recurring schedule, you can write a complicated formula and trigger off of the formula changing its value.

  • @HeatherHale
    @HeatherHale 2 роки тому +1

    I followed fine until 13:09 but when I hit "Choose Record," I got (instead): "No records match this trigger's configuration and the current search query. Add a test record or modify the trigger to successfully test." - but everything looks exactly as your demonstration. Any ideas?

    • @VaskenBakalian
      @VaskenBakalian 2 роки тому

      Maybe you don't have any records in the table, which you're running the test on?
      Just add an example record and you must avoid that message.

  • @VaskenBakalian
    @VaskenBakalian 2 роки тому

    Very useful!
    But how to avoid having 5 actions added for a task which needs to be performed 5 times daily?
    Is there a way to loop and create X records based on a dynamic number?

    • @sandrablack6966
      @sandrablack6966 2 роки тому

      Perhaps this could work….
      Create two new fields in the subtasks table. One for ‘Times per day’ and another as ‘Counter.
      In the automation, leave out adding the additional subtask record if the condition ‘Five Times a Day’ is met. Create just ONE new record.
      Add if the condition is met that it is ‘Five Times a Day’, the new record you just created in the Subtasks table would get a ‘5’ added to the ‘Times per day’ and a ‘1’ to the ‘Counter’ fields.
      Create a second automation using the trigger of a subtask is marked as complete and has a ‘Times per Day’ of 5 yet ‘Counter’ less than 5. With this trigger, create a new duplicate record but now the ‘Counter’ is 2 out of 5. So everyday only ONE subtask is added at a time (1 out of 5). Then you check it as complete and a new one is created (2 out of 5). Until you reach 5 out of 5.

  • @tomleung1069
    @tomleung1069 2 роки тому

    I don’t have ‘Create record’ as an available Conditional Action- only update record, find records, run script

  • @al3xj
    @al3xj Рік тому

    Does anyone just setup recurring tasks in google cal and sync to Airtable? For my fixed weekly / monthly recurring tasks that was the simplest way for me to do it

  • @KatelynnHarrison
    @KatelynnHarrison 2 роки тому

    When I go to type out the formula DATEADD({Last performed},SWITCH({Frequency }, 'Monthly',30,'Weekly',7,'Daily',1,'Every other week',14)'days')
    It automatically adds the brackets and if I delete them or the space after the word, the word goes black instead of purple. Is there something I am missing?

    • @GarethPronovost
      @GarethPronovost  2 роки тому

      Looks like a missing comma after ) and before 'days'

  • @sebastianbustamante7368
    @sebastianbustamante7368 2 роки тому

    How can i build an automation for a whole table? I need to create records in a table which match a certain condition, those records are available in the main table. I'm having touble doing this, because automations are for a particular record, not a whole table and I have more than 10.000 records.
    Can you guys help me?

    • @GarethPronovost
      @GarethPronovost  2 роки тому

      Generally you don't recreate records in another table because it's duplicative data. I'd suggest looking into VIEWS first because you might not even need to create this new table.
      But, if you do want to move forward with this, you can build your automation to trigger based on something like a box being checked. Make sure all the boxes are unchecked and then turn your automation on. Then copy/paste the box to be checked. This way you can update the records in bulk, which will trigger the automation.