Hi, I’m using the query documented here to get items from a board that has a specific board_relation to another one.
The following query:
query_params: {rules: [{column_id: \\"connect_boards\\", compare_value: [\\"test123\\"], operator:contains_text}]}
will try to get items by item name (i.e. items named “test123”). The problem is that this value is not unique and can be easily changed on the frontend. How can I get this same relation, but using the item id as the parameter?