What are you trying to achieve?
Hi all — I’m building a Make automation where I want to:
Watch a ClickUp list for new or updated tasks
Then route based on a custom dropdown field (e.g., Manual vs. Auto)
Is there a better way to access dropdown values for routing?
Steps taken so far
I’ve tried using:
ClickUp: Watch Tasks (pointed to the specific list)
ClickUp: List Tasks (to retrieve tasks from that list)
A Router to split based on the custom field
But the custom field doesn’t appear in the output. I’ve verified the field exists and has values. Still, Make doesn’t seem to pick it up — even after running the scenario with new tasks.