When sending data to Zapier or Make either via the official apps or an automation webhook, any multiple-choice or picklist values are sent as a UUID only. Inside of ClickUp, the UUIDs that correspond to each multiple-choice option are not readily available. You have to do some type of API trickery or send a payload one at a time with each option to find out its corresponding UUID. This is very annoying. I propose that in addition to UUID, the actual name of the selected multiple-choice option is included.
"date_created": "1656459309357",
"hide_from_guests": false,
"value": [
"7643d277-4160-4a1a-b92d-7e4d848ea5ac"
]
We would like this to include a 2nd line underneath "value" that contains the label/name that corresponds to this selected option.