Unfortunately I can't get the rule to work. Here are a couple of rules I've tried:


What am I doing wrong? Thanks in advance.
Moderator: Mr_Noodle
dhy8386 wrote:This is a very common problem. Trying to do too much in one rule. Very simply just separate them.
First rule (important that its the top most rule)
If all true:
Kind is Folder
Do the following:
Run rules on folder contents
Rule 2:
If all is true:
Name is _notes
Kind is folder
Do the following:
Move file to folder trash
As a side note, may be better to say instead of "Name is _notes" to say "Name contains _notes" that way if there are extra spaces or the names slightly alter, you would still capture (that is assuming that any folder with _notes in it is going to be one you want to trash)
Let me know if it works.