Hello,
Im pulling monday.com board to excel with this but I am struggling to have the items grouped by a group name.
Can anyone help?
{“query”:“{ boards (ids: 00000000) { items { name column_values (ids: ["status", "status_1", "date", "long_text"] ) { text } } }}”}

