I am trying to build a simple workflow that copy files from one sharepoint location to another with replace function. The workflow works flawlessly - it does copy the files and place them correctly.
However the combination of getfiles(properties) and copyfile (with identifier) also captures the actual folders, so whenever the workflow is being run, it returns an error exclusively on the folder locations.
- All files are correctly copied.
- All directories are correctly copied.
However I am trying to remove the error message of the flow to NOT return any error of the folders.
Get file (properties)
Copy file
6 errors - 6 folders
Do you know how to preserve the function (copying files from one location to another - this works as intended), but to exclude the error in the flow for the actual directory/folders?
Thanks!