Forum Discussion
Jojo197
3 years agoHelper I
Sharepoint Link api skipToken not working
I have the following Query to get data from a sharepoint list. Currently all the values are manual and I am only viewing and skipping a small number of rows. let
Source = Json.Document(Web....
- Anonymous3 years ago
Hi Jojo197 - Please use the Power Query SharePoint Online list connector - Power Query | Microsoft Learn connector instead. I also recomend using Implemention="2.0" for the best performance and features.
Anonymous
3 years agoNot applicable
Hi Jojo197 - Please use the Power Query SharePoint Online list connector - Power Query | Microsoft Learn connector instead. I also recomend using Implemention="2.0" for the best performance and features.
Jojo197
3 years agoHelper I
Thank you, this did what I needed. Is there a reason why the skip token wasn't working with what I was doing?