<?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>Question Re: Cloud Integration: How to access nextLink using message flow in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/cloud-integration-how-to-access-nextlink-using-message-flow/qaa-p/12786710#M4800738</link>
    <description>&lt;P&gt;Dear Katherresh, &lt;/P&gt;&lt;P&gt;thanks for the information. This helped me a lot - I was able to write a script which passes identifies the nextLink. However, if I try to copy that Link into the ODATA query, I can't execute the process (I think the issue ist the $skiptoken) anymore.  My code looks like this:  &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2170920-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Everything before the "$skiptoken" is the same and is executable. Am I doing something wrong here or does the cloud integration service doesn't support the $skiptoken-parameter?&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 08:32:54 GMT</pubDate>
    <dc:creator>THEN</dc:creator>
    <dc:date>2023-06-09T08:32:54Z</dc:date>
    <item>
      <title>Cloud Integration: How to access nextLink using message flow</title>
      <link>https://community.sap.com/t5/technology-q-a/cloud-integration-how-to-access-nextlink-using-message-flow/qaq-p/12786708</link>
      <description>&lt;P&gt;Hello all, &lt;/P&gt;
  &lt;P&gt;I've developed an integration flow which fetches the data from the CRM system and writes it to a query log. However, the source system only provides 5000 records and a nextLink that points to the next x-thousand records. Unfortunately, I have no idea how to access the nextLink from the XML to fetch the next x-thousand records until there are none left. Can anyone tell me how to proceed here?&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Cloud integration - message flow:&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2170863-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;ODATA.NextLink&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2170867-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 14:27:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cloud-integration-how-to-access-nextlink-using-message-flow/qaq-p/12786708</guid>
      <dc:creator>THEN</dc:creator>
      <dc:date>2023-06-08T14:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Integration: How to access nextLink using message flow</title>
      <link>https://community.sap.com/t5/technology-q-a/cloud-integration-how-to-access-nextlink-using-message-flow/qaa-p/12786709#M4800737</link>
      <description>&lt;P&gt;Hi Torben,&lt;/P&gt;&lt;P&gt;This kind of paginated extract is quite common now a days. One way of resolving this would be &lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Have 2 Main integration processes&lt;/LI&gt;&lt;LI&gt;First process should execute the initial query, fetch first 5000 records, process and post to the target. In addition this process should extract the next link URL &amp;amp; update it to a Data Store  &lt;/LI&gt;&lt;LI&gt;The second process should have a Data Store sender adapter which would extract data using this next link &amp;amp; fetch next 5000 records, process and post to the target. And also extract the next link URL &amp;amp; update it to the Data Store&lt;/LI&gt;&lt;LI&gt;Step 3 will be recursive and it will write to the data store until next link has a value&lt;/LI&gt;&lt;LI&gt;The common steps should be in a local integration process which should be called in both Main processes&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;And the length of next link should be less than 255&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Katherresh&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 22:04:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cloud-integration-how-to-access-nextlink-using-message-flow/qaa-p/12786709#M4800737</guid>
      <dc:creator>katherresh_shanmugasundar</dc:creator>
      <dc:date>2023-06-08T22:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Integration: How to access nextLink using message flow</title>
      <link>https://community.sap.com/t5/technology-q-a/cloud-integration-how-to-access-nextlink-using-message-flow/qaa-p/12786710#M4800738</link>
      <description>&lt;P&gt;Dear Katherresh, &lt;/P&gt;&lt;P&gt;thanks for the information. This helped me a lot - I was able to write a script which passes identifies the nextLink. However, if I try to copy that Link into the ODATA query, I can't execute the process (I think the issue ist the $skiptoken) anymore.  My code looks like this:  &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2170920-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Everything before the "$skiptoken" is the same and is executable. Am I doing something wrong here or does the cloud integration service doesn't support the $skiptoken-parameter?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 08:32:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cloud-integration-how-to-access-nextlink-using-message-flow/qaa-p/12786710#M4800738</guid>
      <dc:creator>THEN</dc:creator>
      <dc:date>2023-06-09T08:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Integration: How to access nextLink using message flow</title>
      <link>https://community.sap.com/t5/technology-q-a/cloud-integration-how-to-access-nextlink-using-message-flow/qaa-p/12786711#M4800739</link>
      <description>&lt;P&gt;Hi Torben,&lt;/P&gt;&lt;P&gt;Hopefully you were able to resolve this already. Skip Token is basically a pointer for the next set of records to be selected &amp;amp; it is supported by SAP Cloud Integration as it is just a parameter.&lt;/P&gt;&lt;P&gt;If the issue still persists then it might be because of session/ cookie handling and re use. &lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Katherresh&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 08:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cloud-integration-how-to-access-nextlink-using-message-flow/qaa-p/12786711#M4800739</guid>
      <dc:creator>katherresh_shanmugasundar</dc:creator>
      <dc:date>2023-06-15T08:05:42Z</dc:date>
    </item>
  </channel>
</rss>

