Hi
Im trying to create a zap that creates a clickup task from zapier tables and then updates that clickup task to map the table fields to the clickup fields. 1. Trigger → New Record In Zapier Table 2) Action - Create Clickup task that pulls in the table fields. And 3. Action → Update Clickup task to map the fields into my clickup template.
I first received the following error {"status":401,"headers":{"content-type":"application/json; charset=utf-8","retry-after":null},"content":"{\"err\":\"Team not authorized\",\"ECODE\":\"OAUTH_027\"}","request":{"url":"https://api.clickup.com/api/v2/task/01GZEX7T7YVKYHRGPZGP7XCZ3V\nsteve@metop.io\nSteven h\n\n\nBug\nUrgent/field/3a002d16-d4df-4478-add9-1595a358581f"}} show less
and then i changed the task field to ID. It then gave me this error code
what does this mean? ResponseError: {"status":400,"headers":{"content-type":"application/json; charset=utf-8","retry-after":null},"content":"{\"err\":\"Value must be an option index or uuid\",\"ECODE\":\"FIELD_011\"}","request":{"url":"https://api.clickup.com/api/v2/task/860qqxnyg/field/22e33b58-3ada-4327-9321-3217b2821cd6"}}
Im pretty stuck here so any direction or help would be much appreciated! Thanks