Forum Discussion
terrible_towel
2 years agoNew Contributor II
It seems like this approach does allow me to reach next page, but instead of fetching the rest of the dataset, it just re-fetches the same data from the 1st fetch. So it looks like the Has next expression is working, meaning it evaluates to true, but isn't able to pull the rest of the data. It seems like I'm failing at notifying the API that I want the 2nd batch onwards. So if I start with offset=0, then I'm not able to increment that value.
ddellsperger
2 years agoAdmin
These settings should do it, as long as you set the offset to 0 in the "query parameters" section, you should be in the clear