- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2024 01:05 PM - edited ‎04-02-2024 01:08 PM
I made a data stream action and I'm having issues with the pagination setup step.
In the execution details, I'm getting the first 20 item count but the pagination is not working. I'm only getting 1 page count and I know there's way more than 20 items. Also I'm getting an empty pageToken in the execution details. Here's what I have in the Pagination Setup step:
In the REST step, I have a query parameter name "PageToken" and for the value I'm using the data pill pickers to get the pageToken variable in the pagination setup step.
Any Ideas what the issue could be? New to data stream action.
Payload return Structure:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2024 09:43 AM
Could you try assigning pageToken to response Body and update the expression to $.PageToken.
By doing this you shall get access to pageToken of previous request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2024 09:43 AM
Could you try assigning pageToken to response Body and update the expression to $.PageToken.
By doing this you shall get access to pageToken of previous request.