- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2022 07:06 AM
Hi All,
The response body from external system contains parameters "@odata.count" and "@odata.nextLink" which holds the next chunk results that needs to be invoked.
As this is from Response Body then on the below pagination expression is not working as expected.
The below thread talks about the response header but not about response body.
Also i referred the below video.
https://www.youtube.com/watch?v=F37zZURAw6E
Could you please share inputs to fix this issue.
Thanks,
Raghu
Solved! Go to Solution.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2022 09:39 AM
Hi All,
Create pagination variable and read the content from the response body:
$['@odata.count']
where @odata.count is the variable from the response body.
This worked out for us.
Thanks,
Raghu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2022 12:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2022 09:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2022 12:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2022 08:48 AM
Hi,
Please find the below link, it uses kind of same logic. i hope it helps...
https://mavembry.info/post/intune-servicenow-integration/
Thanks,
Sohail Khilji
kindly mark the answer correct or helpfull if it addresses your concern....
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....