
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using data from Monday.com
Hi,
Has anyone got any experience of loading data from Monday.com into Qlik sense?
If so what type of connection is needed?
I have seen articles from Monday.com about leveraging data from Qlik but not the other way around.
Many Thanks
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Martin_Brennan,
I did a Google search on what types of connections monday.com allows and came across their help site article Does monday.com have an API?
I also found the following threads that show it is possible to connect to monday.com using the Qlik REST connector.
- https://community.qlik.com/t5/Connectivity-Data-Prep/Pagination-for-Graphql-Monday-com-data-using-Re...
- https://community.monday.com/t/no-query-string-present-for-qlik-based-queries/35167
Best Regards
Help users find answers! Don't forget to mark a solution that worked for you!


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Martin_Brennan,
I did a Google search on what types of connections monday.com allows and came across their help site article Does monday.com have an API?
I also found the following threads that show it is possible to connect to monday.com using the Qlik REST connector.
- https://community.qlik.com/t5/Connectivity-Data-Prep/Pagination-for-Graphql-Monday-com-data-using-Re...
- https://community.monday.com/t/no-query-string-present-for-qlik-based-queries/35167
Best Regards
Help users find answers! Don't forget to mark a solution that worked for you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday.com is actively working on their API which can have breaking changes and cause failures to ingesting data into Qlik if you're using anything besides the REST connector. We successfully pull data from Monday.com by first using PostMan to create the query > copy and paste the query into Qlik as a variable > escape the double quotes > use a WITH CONNECTION on your ETL.
When you create the REST connection, your BODY will be empty while keeping everything else, like your Query Headers (Authorization, API-version,Content-Type) in the connection itself.
Resources:
