Hi! I’m trying to update a checkbox column but if I send the checked value as false it still checks the column:
mutation {
change_multiple_column_values(item_id:295524638,board_id:287994487,column_values:
"{\\"check\\": {\\"checked\\": \\"false\\"}}"){
id
}
}
Any advice?