Hi!
Continuing from my previous post (Project tasks template):
For a project management doc, I have a template table with recurrent types of projects and corresponding phases, tasks, subtasks and subtasks dependencies.
For creating a new project, I have a button in a view of the “DB Projects” with a formula that adds the template tasks to the new project.
@Math_24 fixed this formula, so that when the template tasks are created, the value of the template’s blocker task passes on to this task…
The problem is it only does so if I have only 1 blocker task. If I have 2, it doesn’t pass any value (check, for example, the “DB” page > “TEMPLATE Subtasks by type of projet” table > type of project: Local > subtask: Photo shoot (blocked by 2 tasks) - if I create a new “Local” type of project and press the button “Btn Math”, the column “Blocked by” for the subtask “Photo shoot” is empty…
My doc: https://coda.io/d/_d-f9fqc21bZ/New-project_suntt
Thanks!!!