Forum Discussion

Ronan-T's avatar
Ronan-T
Frequent Visitor
3 years ago
Solved

OData Incremental refresh compatible with schedule refresh

Hi, I have a OData feed and I need to setup incremental refresh in order to load all the data   First I have setup a custom filters like that   let Source = OData.Feed("https://myurl.net/re...
  • ppm1's avatar
    ppm1
    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