Hello,
I’m trying to mutate subitem column by using change_column_value
`mutation {
change_column_value (board_id: ***, item_id: ***, column_id: ***, value:"{\\"clear_all\\": true}") {
id
}
}`
it works for regular items, but for subitems I’m getting the following error:
error_message: ‘Item not found in board’