Forum Discussion
mvcsharepointde
2 years agoHelper II
Pagination over my API calls to get all data
I have this query to get data from external api, currently the api only allow to get the first 10,000 items:- let
body=Text.Combine({"sAPIKey=",ApiKey}),
SourceAPILogin=Json.Document(
...
mvcsharepointde
2 years agoHelper II
Sahir_Maharajnow my code is working well, so what is the is dfferences between your code and mine? can you explore more please?