I am new to using monday.com as a data source in retool. I did stumble across Making your first request (monday.com) and tried following the steps and get this error. Would be super grateful for any tips on how to connect monday.com to retool
Thank you! adding query to the query helped resolve this issue. I am now able to get some output - but seems to be not in a table format - id, name should be the column names.. Any suggestions of how to achieve this?
The result is in JSON format, which can be transformed and otherwise manipulated with JavaScript. For just the id & name fields, you can (I think based on your screenshot) access them by setting a table data source to query3.data.boards[0].items_page.items though if you have more than 1 boards object, you would need to flatten the array.