How can i get the specific column values by a query?

@daviperes

Try adding text and/or value to the query:

query{
items(ids: [XXXX]){
column_values{
    id
    text
    value
}
}
}

Jim - Subscribe to The Monday Man
Watch Our Latest Video: A Killer Combo: monday.com, Integromat & Google Sheets - Recurring Tasks Example