I’m looking to create an item containing user details inside one board, then I want to connect that item to another item in a different board inside its column.
I’ve tried to guess a solution but this gives me an error:
"mutation ($itemId: Int!, $boardId: Int!, $column_values: JSON!) { change_multiple_column_values (item_id:$itemId, board_id:$boardId, column_values: $column_values) { id } }";
{
error_code: ‘ColumnValueException’,
status_code: 200,
error_message: ‘Link to item column value structure invalid’,
error_data: {}
}
The only way I’ve found something that can help is via this link, but the documentation has been down forever.
https://monday.com/developers/v2#column-values-section-itemlink