
Announcements
I have a flow that attaches documents from OneDrive to Sharepoint
First, I check if the folder name in SharePoint is the same as the document name in OneDrive. If it is correct, then I enter the folder in OneDrive, get the documents. For each document that exists, I create an item in Sharepoint (with http request, since it is an item inside a folder).
After that, with the item ID, I am attaching the file.
The problem is that if I have 200 records in Sharepoint, when I want to attach a new document, it takes 3 hours !
I tried to create a copy of the sharepoint information in an excel, thinking it would be much faster. However, I am still having this problem.
Any suggestions?