This should be posted in the “monday Apps & Developers” category for API questions, you are much more likely to get responses to API questions in the correct category.
Platform Discussions are about using the monday.com platform, and the monday apps & integrations subcategory is specifically about using apps and integrations.
Hello there @Marc_Furberg,
Would you be able to send this to appsupport@monday.com with the exact query you are using and the response you are getting?
Looking forward to hearing from you via email!
Cheers,
Matias
mutation {
create_item(board_id: 123456789, item_name: “marc”,
column_values:“{"country":{"countryCode":"RE","countryName":"Reunion"}}”
)
{
id
}
}
or
mutation {
create_item(board_id: 123456789, item_name: “marc”,
column_values:“{"country":{"countryCode":"RE"}}”
)
{
id
}
}
The error returned is
{
error_code=ColumnValueException,
status_code=200,
error_message=invalid value, please check our API documentation for the correct data structure for this column. Guide to Changing Column Values (Guide to Changing Column Values) ,
error_data={column_value={“countryCode”=>“RE”},
column_type=CountryColumn}
}
I jsut tried it and it seems it has been solved recently ! Can you confirm ?
Are there others countries like “RE” ?
Hello again @Marc_Furberg,
I am glad this is resolved!
For me to check with the team, I need you to please send this over to appsupport@monday.com.
From there we could investigate a bit more about this if you need.
Cheers,
Matias