From what I can see, your problem is that your rule will ALWAYS match the first file. So it will be stuck in an endless loop of renaming the first file it comes across.
Since 'Any File' will run on anything, the 'kind is folder' is redundant (as I understand it)
So, change your match condition to
- Code: Select all
If all
Date last matched is blank
Any File
That should work.
For bug diagnosis, or if you have other rules that mess up the date last matched field, you could include a change of label colour in your process and add a rule to only match a certain colour. Then you can visually see which files have been processed and which haven't.
If you are still having issues, try separating out your two processes:
First Rule:- Code: Select all
If all
kind is not folder
date last matched is blank
then
rename
Second Rule:- Code: Select all
If all
kind is folder
then
run rules on folder contents.