Hi There -
I am looking to update an Item’s status when there is a change in the sub item/task status change. Specifically, I have multiple sub items/tasks. What I would like to do is as follows, assuming Item 1 has 3 sub items/tasks:
Sub Item 1 - Status = Done
Sub Item 2 - Status = Blocked
Sub Item 3 - Status = Not Started
If any of the sub items have a Status = Blocked, I would like the Item’s status to reflect “Need Help”. Changing the status of the other Sub Items should not affect this. i.e. when ANY Sub Item has a status = “Blocked”, the Item status should always show “Need Help”. Obviously, once we change the Sub Item 2 to anything other than “Blocked”, the Item status should no longer show “Need Help”.
I tried this one, but it does not work when I have multiple sub items - https://community.monday.com/t/change-status-of-parent-if-any-of-its-subitem-stauts-changes/27776
Thanks!