Folder 1: Contains 1 file to move
Folder 2: Folder to receive the file
Both Folder 1 and Folder 2 are in the same parent folder
In a directory there are many folders, and 2 of the folders I would like to work with (Folder1, Folder2). These 2 folders have identical beginning of the folder name e.g. first 6 characters. The remaining of the name is different.
I wish to move 1 file from folder1 into folder 2. Folder1 only ever has 1 file.
This is what I have so far:
IF: ALL
Kind is Folder
Name matches -a1a1a1a1a1a1- (using attribute function to create a variable I think)
DO: the following with the matched folder
Run Rules on Folder Contents
Sort into subfolder with pattern name... (... means anything) [trying to match the other folder on name like 'variable created above'
(screenshot attached of the rule)
It is sorta working.
ABOVE results in moving Folder1 AND the enclosed file to Folder2
Rather I wanted, to move the enclosed file from Folder1 to Folder2.

Thankyou for any assistance and your time and effort.
regards,