Hello there @LBelanger and welcome to the community!
I hope you like it here 💪
You can use a mutation like this one for that:
mutation {
change_simple_column_value(item_id: 1234567890, board_id: 1122334455, column_id: "dropdown", value: "Something", create_labels_if_missing: true) {
id
}
}
Hope it helps!
Cheers,
Matias
Hey Thanks,
I am exhausted by searching for subitem column value changes, simliar you shared for change_simple_column_value can you please let us know ?
How we can change column value (dropdown,status) for subitem mutation query?
ERROR: i found an error when i try to change subitem column value using above mutation but unable to figure out how to do?
Please help me out on this …