Skip to main content

Here’s a failed attempt to update an item on one of my boards:

{ “mutation” : “{ change_column_value (board_id: XXXXXXXXX, item_id: YYYYYYYYY, column_id: “text21”, value: “SOMETHING”) { id }} )” }


and another:

{ ““mutation”” : “”{ change_column_value (board_id: XXXXXXXXX, item_id: YYYYYYYYY, column_id: “"text21"”, value: “"SOMETHING"”) { id }} )“” }


Can anyone see where I’m in error? Thanks.

@discobot @basdebruin @enlightened Can anyone help?


Hi! To find out what I can do, say @discobot display help.


@Manu


That’s an interesting use case for sue!


At the time, you will always need to have an Item ID in order to update a specific item. That said, how is the board being created? Would querying for the items of the board and then fetching the IDs work for you?


-Alex


This thread is getting too long for a new user to find their answer, so I’m going to close it. If you have questions about updating items, please open a new topic with your question! Thank you.