Hello everyone!
I'm trying to create a workflow to automatically sort folders based on their names into sub folders.
These folders are from work and the way we have the set up they're named as follows
AB-1234-ProjectName
The AB letters never change but the numbers keep going up, so we have AB-12-Project and we also have AB-5275-Project
What I want to be able to do is sort these folders into subfolders based on the AB number. For example have one folder that goes from 1 to 999 another that goes from 1000 to 2000 and so on. So basically would be using the increasing numbers but when I use the "Name matches" it's doing it to ALL folders, I've tried to do
AB-1[1][1][symbol]
AB-2[1][1][symbol]
But it's not working properly... any ideas/pointers would be greatly appreciated.
Thank you