{'errors': [{'message': 'Variable $myItemID of type ID! was provided invalid value', 'locations': [{'line': 1, 'column': 12}], 'extensions': {'value': None, 'problems': [{'path': [], 'explanation': 'Expected value to not be null'}]}}], 'account_id':XXXXX}
$myItemID var is of type ID since I’m using ‘API-Version’: ‘2023-10’
Nevertheless, I receive the error as if the boards where not connected.
{'error_code': 'ColumnValueException', 'status_code': 200, 'error_message': 'There are items that are not in the connected boards', 'error_data': {}}
In my board (the board of the item_id) I already have a “board-relation” column that connects with the other board (the board of the contact_id). In this column I already have some items related to the other board. Do you perhaps know what could be happening?