Getting one board item value from columns

Hello.

So far, the following query has worked great. Now, for some reason, it no longer works.
query {
boards(ids: 1147535394) {
items(ids: [1660647663]) {
id
name
column_values {
id
text
value
}
}
}
}
Ultimately, I only need the data from the columns for this one item.

Regards.
D. Jurisic

Hi @Dalibor,

When you say the query doesn’t work, do you mean it returns an error or it just doesn’t retrieve the data you need? If you get an error, which one?

Best,
Rachel

Managed it.
Changend my query and now it is workign.

I am glad that is the case @Dalibor !

Let us know if you need anything!