<?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 Re: Pagination for Graphql (Monday.com)data using Rest Connector in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Pagination-for-Graphql-Monday-com-data-using-Rest-Connector/m-p/2157667#M13185</link>
    <description>&lt;P&gt;For those facing the same issue with Monday.com, use Postman to generate your query. You'll be able to directly copy and paste this query into your variable (vBody) and then you'll have to replace your double quotes with two Chr(34)'s to escape them.&lt;/P&gt;
&lt;P&gt;LET vBody = Replace(vBody,'"',chr(34) &amp;amp; chr(34));&lt;/P&gt;
&lt;P&gt;You'll then use this variable in your WITH CONNECTION(Body "$(vBody)") -- see snip. This is using Monday API version 2013-10&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="techbuilders_1-1704249743933.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/126464i57EBEF72B918E919/image-size/medium?v=v2&amp;amp;px=400" role="button" title="techbuilders_1-1704249743933.png" alt="techbuilders_1-1704249743933.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jan 2024 02:42:52 GMT</pubDate>
    <dc:creator>techbuilders</dc:creator>
    <dc:date>2024-01-03T02:42:52Z</dc:date>
    <item>
      <title>Pagination for Graphql (Monday.com)data using Rest Connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Pagination-for-Graphql-Monday-com-data-using-Rest-Connector/m-p/1955636#M11066</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;I am struggling to page the data from Monday.com in qliksense.Monday.com stores data in the form of Graph ql.&lt;/P&gt;
&lt;P&gt;I have tested the query already in Monday.com and also its giving result when I use it through POST method tab in Qliksense. As I need to page the data through custom pagination ,I&amp;nbsp; have used WITH CONNECTION for it.&lt;/P&gt;
&lt;P&gt;The script is as follows:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aditeeraipurkar1_1-1657783991690.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/84124i91249032BD12201B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aditeeraipurkar1_1-1657783991690.png" alt="Aditeeraipurkar1_1-1657783991690.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But it is giving me below error .&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aditeeraipurkar1_0-1657783915778.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/84123iE6AE678FA219D5A7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aditeeraipurkar1_0-1657783915778.png" alt="Aditeeraipurkar1_0-1657783915778.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 07:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Pagination-for-Graphql-Monday-com-data-using-Rest-Connector/m-p/1955636#M11066</guid>
      <dc:creator>Aditeeraipurkar1</dc:creator>
      <dc:date>2022-07-14T07:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pagination for Graphql (Monday.com)data using Rest Connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Pagination-for-Graphql-Monday-com-data-using-Rest-Connector/m-p/2157667#M13185</link>
      <description>&lt;P&gt;For those facing the same issue with Monday.com, use Postman to generate your query. You'll be able to directly copy and paste this query into your variable (vBody) and then you'll have to replace your double quotes with two Chr(34)'s to escape them.&lt;/P&gt;
&lt;P&gt;LET vBody = Replace(vBody,'"',chr(34) &amp;amp; chr(34));&lt;/P&gt;
&lt;P&gt;You'll then use this variable in your WITH CONNECTION(Body "$(vBody)") -- see snip. This is using Monday API version 2013-10&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="techbuilders_1-1704249743933.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/126464i57EBEF72B918E919/image-size/medium?v=v2&amp;amp;px=400" role="button" title="techbuilders_1-1704249743933.png" alt="techbuilders_1-1704249743933.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 02:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Pagination-for-Graphql-Monday-com-data-using-Rest-Connector/m-p/2157667#M13185</guid>
      <dc:creator>techbuilders</dc:creator>
      <dc:date>2024-01-03T02:42:52Z</dc:date>
    </item>
  </channel>
</rss>

