Forum Discussion
Russell Gove
Feb 04, 2018Iron Contributor
How to import a large dataset into a SharePoint list using azure webjobs
I need to import 200,000 rows into a SharePoint online list. The rows currently exist in an access database. This process needs to be run several times per year by an end user (uploading a large list...
Dean_Gross
Mar 08, 2018Silver Contributor
Make sure that you create indexes before you get to 5,000 items and if you get to 20,000 items you won't be able to add new indexes at all.