Video: https://www.youtube.com/watch?v=QgbPLxar0nA
If you work in SharePoint, you'll probably run into a situation where you need to bring a bunch of items into a list. In our on-prem SP2010 farm, we did this using Datasheet Mode, which wasn't fast, but was reliable. The Quick Edit function in SharePoint Online is better in some ways (like working with browsers other than Internet Exploder), but is horribly slow, prone to crashing the browser session, and worst of all, unreliable.
There are other methods to do this, including third-party apps and Powershell, but apps still have to work inside of Microsoft's limitations and Powershell is...well, Powershell. So, then I had this crazy idea.
It still took me about 10 mintues to set up the Excel file and the App, then about 7 minutes for the data (1,601 rows of it) to write into the list. This was after about an hour trying other methods and hitting a wall every time.
Now, the next project on my "when I have some free time" list is taking this idea and figureing out how to incorporate it into the existing Apps that work with other large SharePoint data imports in a way that is actually end-user-friendly.
Solved! Go to Solution.
Hi @ChadVKealey,
Thanks for your sharing here.
Regards,
Mona
Hi @ChadVKealey,
Thanks for your sharing here.
Regards,
Mona
Appreciate sharing!
Hi @ChadVKealey
You are going to love Collections even more! You can move data from Excel to SharePoint even easier. If your fields have the same name you can simply Collect(YourSharepointList, YourExcelTable). Even if the column names are different, you can use the shaping functions like ShowColumns, RenameColumns etc. to make your Excel table columns match those in the SharePoint list. The requirement is that the column names and number of columns be an exact match. https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-table-shaping
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
169 | |
94 | |
65 | |
64 | |
61 |
User | Count |
---|---|
223 | |
160 | |
93 | |
82 | |
80 |