I have a parent task in Clickup with 9 subtasks. The operator for each subtask fills in a custom field value on their particular subtask. How can I automatically update the custom field values on the parent task?
You can use the built in automation in clickup to be triggered when a custom field is filled out.
Then have it send over a webhook to make and have it update the custom fields on the parent task.
Thank you. To my knowledge, Clickup does not have automation that triggers on custom fields updates. I asked their tech support, and they confirmed this. Am I missing a feature?
Thats odd, are you on then paid plan? There is a trigger for “custom field changes”.
Yes, and I found the trigger… need to puzzle around with setting up the webhook.
Thank you for the help.
Just be aware that Clickup automations do not distinguish between Tasks and Subtasks. So when you do this automation you might go into a loop that can break the scenario because when the custom field is updated on the parent task it will also again trigger the automation and send another webhook. To avoid this use this filter for the scenario to prevent a parent task to be ran through the scenario.
Alternatively you can setup an automation to tag the parent task or subtask and only have the automation run when it’s a task with that tag or without. However you set it up.
Hope this helps!
Great. Thank you.
In ClickUp there is a selection for subtasks only:
My only challenge is to get the webhook and right module setup. Any tips are appreciated.
Thanks
Oh nice! They must have added that in during the last update.
You only need these modules and map the List ID and Parent Task ID from the original subtask
Then you need to enter the ID of the custom field ID and map the value from the the original subtask
To find the Custom field ID you need to use the “List All Accessible Custom Fields” module.
Also note that this needs to be done for each custom field you have. You need an automation that creates an API call and a corresponding webhook.
Hope this helps!
Thank you Paul! I will work on the soon. Your instructions are perfect.
Have a great weekend.