Hello,
currently, I'm struggle a bit with the performance of sharepoint create item and big excelsheets. My users are uploading an excel sheet with x rows into my sharepoint where I'm catching the sheet with the excel connector "Get Tables" and afterwards "List rows present in a table". As next the data should be written into a sharepoint list. As example 1500 rows takes in our environment around 1 Hours and that it's way to long.
I'm searching now a way how I can split my result of ""List rows present in a table" into different seperate results, which I can load with additional paralleles branches of create item into my sharepoint.
Someone have any idee ?
