Forum Discussion
Anonymous
7 years agoNot applicable
Pagination with Rest API query and JSON file
Hello, and welcome to my first post ever. With some help, I have stumbled my way through authenticating and pulling data via Rest from our application server. Now I would like to implement pagin...
- Anonymous7 years ago
I was able to solve my problem generating the offset with the List.Numbers function instead of a specified list.
OffsetValue = List.Numbers(0,100000,1000), this give me a list from 0 to one hundred thousand in increments of 1000 which works perfectly.
Anonymous
7 years agoNot applicable
I was able to solve my problem generating the offset with the List.Numbers function instead of a specified list.
OffsetValue = List.Numbers(0,100000,1000), this give me a list from 0 to one hundred thousand in increments of 1000 which works perfectly.