ClickUp Watch → Custom Field Routing Not Working in Make

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.

Screenshots: scenario setup, module configuration, errors

Hey Brian,

ClickUp dropdown custom fields are shown with their order index, not the actual text in the field. So the first item on top of the dropdown will be shown as 0, next one is 1 and so on.