Skip to main content
Solved

Calculate a date for an automated task

  • June 2, 2023
  • 4 replies
  • 39 views

Forum|alt.badge.img+3

Hi,

I'm trying to set up an automation that generates tasks with due dates. For example, when I create a project with an overall due date in a "projects" table, I plan to create a record in the "tasks" table with individual tasks and due dates calculated from the project due date.

So, I'm trying to get the task to calculate its own due date based on the "Send Date" field in my Projects table. I have the following formula that isn't working.

I have also tried -21, "days", and a few other solutions others have seen, but I continue to get an error that says "Could not convert string to date" -- any ideas?

 

Best answer by TheTimeSavingCo

We can't use formulas within automations I'm afraid.  You're going to need to create a formula field to hold that value and use that field in your automation instead

4 replies

TheTimeSavingCo
Forum|alt.badge.img+31

We can't use formulas within automations I'm afraid.  You're going to need to create a formula field to hold that value and use that field in your automation instead


Forum|alt.badge.img+3
  • Author
  • New Participant
  • June 5, 2023

Dang - that is a bit frustrating. Thank you!


Jason_Jakarta
Forum|alt.badge.img+10
  • Known Participant
  • February 3, 2024

This is a big frustration in Airtable especially around dates. I created an useful video on how I get around this, can easily be adapted to use inputs and add/subtract time too

Hope it helps

https://www.youtube.com/watch?v=n2eTUFvyGY0

 


Forum|alt.badge.img+3
  • New Participant
  • March 7, 2024

This is a big frustration in Airtable especially around dates. I created an useful video on how I get around this, can easily be adapted to use inputs and add/subtract time too

Hope it helps

https://www.youtube.com/watch?v=n2eTUFvyGY0

 


Worked pretty well! tx!