Community Center | Not monitored
Tag not monitored by Microsoft.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm trying to use an M Query to pull data from a paginated API. Currently the M Query works to pull all the paginated API data using
Json.Document(Web.Contents(Url))
The above line is run through a loop until there are no results returned.
When I try and use Incremental Refresh the service fails to refresh the data source. Is there a way to use Incremental Refresh to obtain Paginated API data via an M Query?
Tag not monitored by Microsoft.