Hi I am trying to change a field re people, I saw same samples and used them
It doesn’t return any error but the field is not changed
In the samples I saw in other cases the escape char was the issue, so I did it exactly as the sample but without any change
mutation {
change_multiple_column_values(item_id:3430694181, board_id:2741432713, column_values: “{"people1" : {"personsAndTeams":m{"id":19084131,"kind":"person"}]}}”) {
id
}
}
The response is fine, the board is not updated