Hi all !
To explain my project : I want to make a task manager where tasks can be dependant to each other (for example a task will start when the previous one end, and so if I change the end date of this previous task, the start date of the task will be udpated too)
So I created my table like that :
The previous task of a task is linked from the "Previous task" field. The "Start Date (Not first step)" is a lookup of the "End date" field from the link to "Previous task".
My goal is that the "End date" field have a formula that verify if "Previous Task" is empty or not, if its empty that mean the task dont have previous task and so it calculate the end date from the "start date (first step)" that is entered manually. If "Previous Task" is not empty that mean the task have a previous task and so its start date is the end date of the previous task (and so, the end date need to be calculated from the "Start Date (Not first step)" field.
Here is the formula I would like to add, and Airtable dont let me do it :
I understand the problem is from the fact I can link a record to himself and so it would create a infinite loop, but this will never happend in reality, so how am I supposed to do that ?
Thanks in advance for help !
Benoît