Skip to main content
Question

Asana error: multi_enum_values: [0]: Not the correct type (HTTP Status Code: 400)

  • July 25, 2024
  • 3 replies
  • 50 views

Hi! I’m trying to use webhooks to set the value of a multi enum Asana field. I have the following code:

unflatten

yes

method

PUT

url

https://app.asana.com/api/1.0/tasks/xxxxx

data

{ "data":{ "custom_fields":{ "GID of Custom Field":"GID of option" } } }

headers

Content-type

application/json

Authorization

Bearer xxxxxxx

 

And am getting this error: multi_enum_values: [0]: Not the correct type (HTTP Status Code: 400). I’m thinking it might have to do with how multi enum values need to be sent over to Asana, but not sure what the problem is?

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • July 25, 2024

Hi @ktoland 

For us to have true context, post screenshots with how your Zap step is configured in EDIT mode.

Also, link to the API docs that you used to configure the Zap step.


  • Author
  • New
  • July 25, 2024

Hi @Troy Tessalone , here is how that step is set up.

 


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • July 25, 2024

@ktoland 

Looks like you may be passing the same value (left side) as the custom field GUID (right side).