I successfully created an automator workflow that runs on a folder, but I'm really struggling with the subfolder depth issue.
In my case, I am trying to add a new folder to all of the existing client folders on a server. There are about 4000 subfolders but they are all at the same depth to the root folder, although they are nested (ie, root folder, folders named 1000-2000, then folders named 1000-1099, then folders named 1000.01, 1001.01, etc. All of those folders contain a "." in the name so their unique in that way, but they should all be at the same depth to the root folder. Regardless, I'd like the rule to run on folders regardless of their depth because they would all match the naming convention and I don't have to worry about it running against the wrong folder.
I am trying to create a rule that will start at the root level folder and then for ANY subfolder with a "." in the name, run the automator workflow.
Thank you.