Currently I have the following action on a matched folder: 'Move to folder: [folder name]' with the options: 'If file exists, rename the file' and 'Copy folder structure' set to: 'parent folder only'
The issue I'm having is that the as a folder is moved, the location receives multiple folders, eg:
Source:
- folder-name
Destination:
- folder-name
folder-name-1
folder-name-2
folder-name 3
And each folder contains a portion of the source folder contents.
I guess the folder must be copying in several stages, and the renaming kicking in, but is there a way to prevent this, and use an 'if file exists then merge' type approach?
Any support appreciated!
Thanks!