Forum Discussion
OData Incremental refresh compatible with schedule refresh
- 3 years ago
Check out the second approach in this article that shows an example of using List.Generate to recursively use a nextlink type url to page through responses until the last one. The key step is the one called datalist.
Updated – Get SharePoint List Data … Fast – Hoosier BI
Pat
Thank you for the tips
It's kinda working but Web.Contents doesn't seems to handle odata's pagination ( @odata.nextLink with skiptoken )
Do you know how I could manage to automatically load all the page ?
Regards
Check out the second approach in this article that shows an example of using List.Generate to recursively use a nextlink type url to page through responses until the last one. The key step is the one called datalist.
Updated – Get SharePoint List Data … Fast – Hoosier BI
Pat