Hi everyone,
I have a SharePoint list (containing only 1 column), which needs to be updated according to the values in an Excel file (currently contains 4000+ rows, will probably grow in time).
Is it possible to:
- load data from Excel, which does not contain data stored in table?
Currently I always open the file, store all data in 'Table1' and save it to SharePoint. - Speed-up the load of data (step 'List rows present in a table') from current 16 seconds?
- Speed-up the 'Send an HTTP request to SharePoint' loop from current 18 minutes?

Thanks,
Majo