Was trying to isolate an issue with Multiple column changes so limited to testing a single text column change in monday.com
mutation {change_column_value (board_id: xxxxxx, item_id: xxxxxx, column_id:"waterbody_1" value:"{\\"testing\\"}") {id} }
I still get the error
{
"error_message": "Internal server error",
"status_code": 500
}
Is there a way to get more details on the 500 error?