Hi Monday Community,
I am trying to create a query to get all the values from a board but only from 5 columns. is there a query to get all items and values from specific board from specific column’s
query12 = '{items (limit: 500) {column_values {title value}}}'
currently trying to use the column_values query but unable to filter the data.