Jan 21 2021 02:34 PM
Hi everyone,
I'm creating an on-demand flow that, for a selected SP file, it should move to a different SP site. The problem is that all the property columns must be kept (included the custom ones), and for so I need to recreate the parent folder in the destination directory.
I'm using CreateCopyJobs to copy the folder, but for some reason is always end with an ArgumentNullException:
The flow works fine if a do the same with a file, but I need to copy the folder.
This is my flow at the moment:
And I know that having this working will copy all the folder's content as well, but it's the best idea I could have to copy the folder.
Any help to make this work, or idea to how to copy a file with all its columns will be welcome.