Hi all
I have a hard time trying to automate a copy of files from one Sharepoint to another Sharepoint. I've read somewhere that "Copy file" should not be used between Sharepoint, although it seems to work fine when copying to a single destination folder on the destination Sharepoint.
My objective is to copy each file to the same folder structure on the destination as the source. i.e. SharepointSite1/folderA/fileA should become SharepointSite2/FolderA/fileA.
I have tried different approaches for setting the path and file name, using "Path", "Full path", "Folder path" for the path, and "File name", "File name with extension", "Name" for the file name itself.
All of these fails in some way and screws up the path on the destination.
For example, from execution of the flow I get this path:
"Path": "/Collaboration Processes Tools/Auto-copy from IMS & Mobile Core/IMS Core/IMS Core/User profiles and triggers in IMS.docx/User profiles and triggers in IMS.docx"
The correct one would be:
"Path": "/Collaboration Processes Tools/Auto-copy from IMS & Mobile Core/IMS Core/User profiles and triggers in IMS.docx"