Hello, I am having the same issue as here : API v2 - change people column error 500 - #5 by scumbletest
But while no one answers my questions, I am trying with a new thread hoping someone will stop-by here 😉
Issue: Mutation for column value change with people column type returns a 500 issue.
Here is my code:
{
“query”: "mutation {\\n change_column_value(board_id: 657972484, item_id: 627338655, column_id: “person”, value: "{“personsAndTeams”:[{“id”:11161799,“kind”:“person”}]} “) {\\n id\\n} }”
}
Thanks in advance for your help,

