Hi, I am trying to change field - people,
It doesn’t return any error but the field is not changed
I am updating 3 fields: checkbox, date and person
The first 2 fields are updated, but the person doesn’t.
This is my request from the postman:
{
“query”: “mutation {change_multiple_column_values(item_id:1361107268, board_id:1352790395, column_values: "{\\"date_10\\" : {\\"date\\" : \\"2024-01-19\\"}, \\"person\\" : {\\"person\\" : r{\\"id\\":52096902,\\"kind\\":\\"person\\"}]}, \\"checkbox1\\" : {\\"checked\\" : \\"true\\"}}" ) {id}}”
}
The user exists and the field ID is person.
i have tried send this request multiple times in the last 10 minutes.
Please help