Hi!
The solution set up for my business relies on boards that are connected with “board-relation” columns.
I can’t for the life of me figure out how to post data to to this column! I’ve structured the post calls to have values identical to some already set up by the front end, but to no avail unfortunatly. I’m always getting this same error: (200 ColumnValueException); "There are items that are not in the connected boards).
Is the only way to set a value to this column in the front end interface? I can’t appear to find any reference to pushing data to column type “board-relation” (also known as id: “connect_boards#”)
Thanks!
EDIT: I saw a post saying this is an ‘Item Link Column’. I Updated the api call accordingly but still the same result:
{ change_column_value ( board_id: 00000000, item_id: 111111111, column_id: "connect_boards0", value: "{\\"item_ids\\":v\\"222222222\\"]}") {id} }