- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2023 06:07 PM
Hi all,
I am trying to work out pagination on data stream action. I have setup the REST API and it seems to be working but the pages are not going through the loop. I am not sure what is wrong. I am getting the subtotal from the response body and the calculation is happening but the currentPages pagination variable doesnt get updated.
The output shows data pages 1 of 5 but the query parameter "page" is always 1 so the records are all from page 1.
Any help is appreciated.
Solved! Go to Solution.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2023 02:41 PM
You should set the value of 'variables.currentPage' within the script after line#7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2023 02:41 PM
You should set the value of 'variables.currentPage' within the script after line#7