So, I am trying to create an automation between ClickUp and Make. For example, if the subtask’s status changed to any active status, then the parent status will be updated automatically to ‘In Progress’.
1- Get the tasks, or list tasks
2-Create a filter to check if the ‘Parent’ field exists (if it does, then it is not empty, and it is surely a subtask)
3-Next, you get the task data using the previous ‘Parent’ value as a Task ID
4-Finally, you can add more conditions or just update the parent task by adding (Edit a task).