Forum Discussion
rsderby68
3 years agoResolver I
List.Generate Pagination Help?
Hello All, I have this Query below that does a POST REST API call for results. Note the "Page=" where I can specify a page of results. I'm trying to figure out how to paginate this to get all ...
- 3 years ago
I got this working using a different method found on youtube. thanks!
Anonymous
3 years agoNot applicable
Hi rsderby68 ,
You can try to remove "&"Page=1" and run again to get all pages.
Or you need to get the maximum number of pages according to your API.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.