I am trying to see if anyone has a custom automation that could help me with what I am needing. First - I installed the “Subitem Automations” app to use for free to see if it would have what I needed and it looks like it doesn’t (from what I can see so far).
What I’m trying to do:
When all subitems have the status as “Done” move the parent item to the next group. See screenshot below:
I believe you could accomplish this using two native Monday automations. The first automation would trigger the parent item status to change based on all sub items being completed, and the second automation would be triggered by that parent status changing.
This would work however, I have multiple “groups” that are different steps in a process that they need to go through. So for example, the different groups are “step 1” and then “step 2” and so on.
It looks like this automation would work if I only needed to move an item from group to another. But I need it to say something like: If all sub-items in “step 1 group” have the status of “done” then move item to “step 2 group”. I would need to create this automation multiple times (I think) in order to get the item to continuously move through the groups until it reaches the last one.
Let me know if that makes more sense and if you have any helpful recommendations!
Thanks again
Thank you for clarifying! I definitely think we can figure out something that will work for you. One question that I have for you is, do you want the subitems to follow the parent item throughout the process or should they be archived as they move through the groups?
This formula takes advantages of many of the features that are unique to the Advanced Formula Booster:
AFB uses its own syntax editor which can have up to 100 lines
AFB does not use the Formula column, but rather can cast its results to any column
An AFB formula can update multiple columns from multiple items: here we modify the Parent’s Status (optional) and the Parent’s Group (not really a column, but AFB makes it a virtual column, so that it can be read or changed).
An AFB formula can use data from multiple items: here we read the statuses of all sub-items that are sub-items of the same parent. We also read data from the parent. We also read data from the parent’s board.
AFB has many functions, including function to STOP the formula when a condition is met/not met (which avoids to nest IF statements over and over like in the Formula column).
Automation
To make this formula run automatically, all you need is a single automation: