Help

Re: Automatically Set Start Date

1669 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Cady_Smith1
6 - Interface Innovator
6 - Interface Innovator

I have a project schedule. When I change the end date on Task 1, I want it to automatically adjust the start date for Task 2. Is this possible via an automation somehow?

In the example I added, the highlighted field would become 5/5/2022.

airtable

2 Replies 2
augmented
10 - Mercury
10 - Mercury

Hi Cady. I generally don’t use links between records in a table (I realize that most of my users would not be diligent at keeping them correct), but they would allow you to do what you want. You would have 1) a new link field that links the current task to the next and 2) a new “next task start date” formula field (1 day after “Est. Comp. Date”) that uses “Est. Comp. Date” and DATEADD.

The automation would use a record updated trigger that looks at your “Start Date” & “Days to complete” fields. Then, a conditional action that checks the length of your new link field (i.e. there’s a next task) to make sure it’s “1” before performing an update record action using the record id of the record in the link field from the trigger. The update will be to the “Start Date” field that gets set to the trigger record new “next start date” formula field.

I know that sounds complicated and it is, but it should work. I will explain further if you’d like.

SaS_AT
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi @augmented - I am looking for this exact solution.  Essentially a basic function for project management that does not seem to exist in Airtable.  This thread seems to be the only reference I can find to it.  Can you give an idea of the formula and automation workflow? 

I currently have my end date as a formula calculated by start date/duration.  But I understand that I need my start date to also be formulaic.  Let me know if you can share a formula and workflow example.

Thank you!