I want to create an automation referencing SubItems, but I am not sure how to accomplish this. I have a checkbox in my main task called Completed. When this is checked, it kicks off an automation to update the completion date and label it complete. However, I don’t want it to do this if there are SubItems in the task that are NOT complete. I want to be sure to check and make sure all subitems are completed first. Is there a way to do this?
1 Like
Unfortunately, I don’t think this is possible with automation. Writing a custom script using hooks and API is possible, but I guess it is not something you are looking for.