Forum Discussion
Create Folders and Import Metadata from Excel Using PowerAutomate
I am looking to see if there is any way to pull data from an Excel Spreadsheet, create folders in a Document Library and fill in the columns.
I am a line staff within my organization and the project I am working on I must complete only with tools available to me. I have ownership of a Sharepoint site and access to Power Automate along with the ability to run internal reports with our software which produce Excel data.
I have found several sources to create a List, but nothing to create a folder in Sharepoint. My hope is to create a daily report with our system (Excel), then use Power Automate to create a Folder in Sharepoint for each row of data. Ideally, I could also use the data from each Excel column to fill in the Columns within Sharepoint
Is this possible??
2 Replies
- AmitKohli4UCopper Contributor
Sparks729Sparks729What i understood from your question is, you want to create folders in SharePoint with the names given in the excel spreadsheet. This can be achieved simply using VBA Macro. I have recently done this type of thing. Later you can use PowerAutomate (MS flow) to provide the necessary access the user specific folder using Excel. Please let me know, if you need VBA macro and PowerAutomate flow steps to achieve this.
- Bharath ArjaIron Contributor
Sparks729 If you are looking for a place to upload your already generated report, create a document library and upload your report there. You can automate the upload process using Power automate.
If you are looking to create a list in SharePoint and feed off your report data as list items everyday? You can use Power automate for that as well. Trigger the automate to run every day, parse your excel and add each row as an item in your existing SharePoint list. Check this article on how to parse and extract info from excel https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/named-entity-recognition/tutorials/extract-excel-information