Forum Discussion
akhaliq7
Post Prodigy
3 years agoSharePoint runs slow when loading from folder
So I am trying to connect to the sharepoint folder to access data, but the refresh is really slow once I apply all the steps. First there are 70000 rows/files that load from my sharepoint. When I sea...
- 3 years ago
Experiment with Table.Buffer
lbendlin
Super User
3 years agoExperiment with Table.Buffer
akhaliq7
Post Prodigy
3 years agoI ended up using sharepoint.contents instead of the default for the sharepoint folder connection
- Einomi3 years ago
Helper V
To use SharePoint.Contents is recommended by Wyn hopkins instead of SharePoint.Files/Folder
- akhaliq73 years ago
Post Prodigy
Yeh that is how I know this function seen his video on connecting to sharepoint folder also it does make a big difference in processing speed.
- lbendlin3 years ago
Super User
Technically SharePoint.Contents should be slower as it requires more steps to get to your data. You may have more luck with the API, or at least with using ODATA filters.