Hi there,
I am trying to get items by timeline column, however using the query below I do not get anything back. I have tried multiple things including with the column value I got back from the items (ids[xxxxx]) query. What am I missing?
query {
items_by_column_values (
board_id: 499053030,
column_id: "timeline",
column_value: "{\\"to\\":\\"2020-11-06\\",\\"from\\":\\"2020-11-02\\"}"
) {
id
name
}
}
