Skip to main content

Hi there,


I have an error when creating an item with a dropdown column if the value include a comma. I send the label value, not the key.


To make it simple, I have this mutation:


mutation {

create_item (board_id: 4444444444, group_id: “mygroup”, item_name: “myName”, column_values:“{“dropdown”:“A value, containing a comma”}”) { id, }

}


When I send this query, I get the error:

The dropdown label ‘A value’ does not exist, possible labels are: A value, containing a comma


Do I need to escape the comma?

Try it and report back below.


Use the GraphQL playground. It should be easy to test things out.


Reply