Hey everyone,
When we query an item by its name, the result is empty, but the item its there!. Funny enough we made a query with its id and we get the data for that item.
The query we use is:
query_items_by_value = ‘’‘query {
items_by_column_values (board_id: 6666666, column_id: “name”, column_value: “101_44.01”) {
name
id
column_values{
value
title
type
id
}}
group{
title
id
}
}
}
‘’’