Having an issue with trying to iterate and pull all 80k+ records from a SharePoint list. Even witt the iteration and incremental step up to large skipping of records, it seems that when you try to skip more than 40k records it times out or there is some general error with the graph API call.
I am trying to implement a GetRequest instead that is pulling the first 1000 records, but the next link (odata.nextLink) that I get from that request, I am not sure how to embed it in a recurring loop. This would allow the next 1000 record to get pulled. I am also not 100% sure of how to configure the loop to know to stop – I assume once there are less than 1000 returns?