I am new to monday.com, but have been asked to extract some details so that it can be reported on from within Power BI. I am using Postman to initially workout what I can get returned.
This is working for most of our board using the query:
query
{
boards
(ids: {{boardId}} ) {
id
name
items {
name
id
updated_at
group { title id }
columns: column_values { title text }
}
}
}
However, I am having issues with a board with subitems. It returns some subitems within column_values (as a comma separated list, causing me more issues as we have commas in the text!) but some of the fields are not returned at all.
From the image the [owner], [start date], [end date], [Approved budget], and [Forcast Spend] are not being returned.
Thanks in advance for any assistance.
