Skip to main content

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…

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.


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