Skip to main content

Template to Query Value of Columns selected from a column field

  • July 16, 2020
  • 2 replies
  • 1381 views

Anyone here that can share a template on how Tto Query Value of Columns selected from a column field?
I am trying to create like an array of blocks like this

Column-01 - Item 01 Column-02 - Item 01
Column-01 - Item 02 Column-02 - Item 02

and so on…

This topic has been closed for replies.

2 replies

mitchell.hudson

Hi @krismike,

If my understanding of your question is correct, the below query should be able to get the information you are looking for:

  items {
    id
    column_values {
      title
      value
    }
  }
}

You can of course add in additional filters to limit this is certain boards, groups, etc…

If you check out the API documentation https://monday.com/developers/v2#queries-section It will provide you with information on querying data from monday.


AlexSavchuk
Forum|alt.badge.img
  • monday.com Team Member
  • July 25, 2020

Hey @krismike 👋

Let us know if @mitchell.hudson’s suggestion is what you were looking for, and if not, we’d be glad to provide further assistance as well 🙂

Mitchell, thanks for jumping in and providing some help here!

-Alex