Hi Team!
I’ve been trying to retrieve items by their dropdown column values but keep getting an empty return when doing so. This happens when searching through my application (written in Python) or using the Graph iQL platform.
I seem to remember reading somewhere that searching via dropdown column values is not possible but I can’t find that post - please could someone confirm this for me? I’d be super grateful 😃
For reference, I’ve included the GraphiQL query I’ve written, which returns 0 results:
{
items_by_column_values (board_id: 123456789 column_id:“device0” column_value: “{"ids":"l2]"}”) {
name
}
}
I look forward to any help that can be provided!!