<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Using data from Monday.com in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-data-from-Monday-com/m-p/2078396#M12348</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Has anyone got any experience of loading data from Monday.com into Qlik sense?&lt;/P&gt;
&lt;P&gt;If so what type of connection is needed?&lt;/P&gt;
&lt;P&gt;I have seen articles from Monday.com about leveraging data from Qlik but not the other way around.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2023 13:21:11 GMT</pubDate>
    <dc:creator>Martin_Brennan</dc:creator>
    <dc:date>2023-05-31T13:21:11Z</dc:date>
    <item>
      <title>Using data from Monday.com</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-data-from-Monday-com/m-p/2078396#M12348</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Has anyone got any experience of loading data from Monday.com into Qlik sense?&lt;/P&gt;
&lt;P&gt;If so what type of connection is needed?&lt;/P&gt;
&lt;P&gt;I have seen articles from Monday.com about leveraging data from Qlik but not the other way around.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 13:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-data-from-Monday-com/m-p/2078396#M12348</guid>
      <dc:creator>Martin_Brennan</dc:creator>
      <dc:date>2023-05-31T13:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using data from Monday.com</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-data-from-Monday-com/m-p/2079146#M12351</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/106923"&gt;@Martin_Brennan&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I did a Google search on what types of connections monday.com allows and came across their help site article &lt;A href="https://support.monday.com/hc/en-us/articles/360005144659-Does-monday-com-have-an-API-" target="_self"&gt;&lt;STRONG&gt;Does monday.com have an API?&lt;/STRONG&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also found the following threads that show it is possible to connect to monday.com using the &lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/REST-connector.htm" target="_self"&gt;&lt;STRONG&gt;Qlik REST connector&lt;/STRONG&gt;&lt;/A&gt;.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Connectivity-Data-Prep/Pagination-for-Graphql-Monday-com-data-using-Rest-Connector/td-p/1955636" target="_blank"&gt;https://community.qlik.com/t5/Connectivity-Data-Prep/Pagination-for-Graphql-Monday-com-data-using-Rest-Connector/td-p/1955636&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.monday.com/t/no-query-string-present-for-qlik-based-queries/35167" target="_blank"&gt;https://community.monday.com/t/no-query-string-present-for-qlik-based-queries/35167&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 19:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-data-from-Monday-com/m-p/2079146#M12351</guid>
      <dc:creator>Chip_Matejowsky</dc:creator>
      <dc:date>2023-06-01T19:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using data from Monday.com</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-data-from-Monday-com/m-p/2157912#M13189</link>
      <description>&lt;P&gt;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 &amp;gt; copy and paste the query into Qlik as a variable &amp;gt; escape the double quotes &amp;gt; use a WITH CONNECTION on your ETL.&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="techbuilders_0-1704289926149.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/126499i0A5D7FD10D73B481/image-size/medium?v=v2&amp;amp;px=400" role="button" title="techbuilders_0-1704289926149.png" alt="techbuilders_0-1704289926149.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Resources:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Load-REST-data/Load-data.htm" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Load-REST-data/Load-data.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Connectivity-Data-Prep/Pagination-for-Graphql-Monday-com-data-using-Rest-Connector/td-p/1955636" target="_blank"&gt;https://community.qlik.com/t5/Connectivity-Data-Prep/Pagination-for-Graphql-Monday-com-data-using-Rest-Connector/td-p/1955636&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 13:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-data-from-Monday-com/m-p/2157912#M13189</guid>
      <dc:creator>techbuilders</dc:creator>
      <dc:date>2024-01-03T13:56:34Z</dc:date>
    </item>
  </channel>
</rss>

