I’m trying to find an item ID based on the value of a column on my Board. Here is what I have but I keep getting an error:
query { items_by_column_values (board_id: 123456789, column_id:“text5”, column_value: “Sam Smith”) {
id
name
}
}
Any help for a newbie would be greatly appreciated.