
Announcements
Hello,
I have a bulk of employee documents that I need to upload for each employee record that resides in Dataverse. The employee table is enabled for SharePoint DMS integration.
I checked the below documentation which helps generate document locations for new/existing records by @LinnZawWin :
https://linnzawwin.blogspot.com/2021/09/trigger-oncreate-cloud-flow-for.html
After this step, I am still trying to find a way to bulk upload the attachments for those employees directly to their respective folders inside the employee library without going employee by employee and bulk uploading related files.
I think this should be done through a Power Automate cloud flow with an excel sheet to process the documents 1 by 1 based on document location for each employee record.
Kindly note that the files reside on my desktop.
What is/are the possibilities to achieve this requirement?
Best regards,
Julien
Hi @Julien2
You may need to look the Power shell script. Still you need to create the SharePoint document locations of Dataverse entity too.
Thanks