Hi all, I was using the api in bubble.io and can’t seem to edit the column values within the call.
Here is the POST call
{“query”:“mutation { create_item (board_id: 3188858191, group_id: “topics”, item_name: “”, column_values: “{“what_is_your_first_name_” : “value”}” ,) {id, name, column_values {id, title, value}}}”
}
if i remove the column_values section it works fine and if I make a separate call just to change an existing items columns, that works too but I can’t seem to get it to function when making a create_item call.
error message:
“message”: “Parse error on “what_is_your_first_name_” (STRING) at [1, 99]”,
“locations”: [
{
“line”: 1,
“column”: 99
}
]