Skip to main content

Getting one board item value from columns

  • October 21, 2024
  • 3 replies
  • 28 views

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

3 replies

rachelatmonday
Forum|alt.badge.img
  • monday.com Team Member
  • October 22, 2024

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


  • Author
  • New Participant
  • October 24, 2024

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


Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • November 3, 2024

I am glad that is the case @Dalibor !

Let us know if you need anything!