Sequential Rules only works on single files

Hi there,
I'm quite new to Hazel and I ran into trouble with a simple set of rules (can't export and post them, because I'm on a trial version)
Therefore I've created
Here is what I want to achieve (the rules):
Case A:
If I copy the files one after the other is done, everything works quite fine!
results:
Case B:
But when I copy all the 3 txt-files to "Hazel-IN", the 3rd rule only works for the "WordB.txt", which does NOT contain "wordA" - the "wordAB" which should be "wordB-wordA-000004.txt" in result
The log said "Rule 1 matched, rule 2 matched, rule 4 matched". No entry for rule 3..."
Am I wrong? Do I need a rule between rule 2 and rule 3? Tried a "sleep 5" but doesn't help...
The problem is, that I have 25 keywords to be combined together this way. If I have to create a complete rule for all my possible cases I have to create 25 x 25 rules...
Hope there is a solution. Thanks in advance!
Tie
I'm quite new to Hazel and I ran into trouble with a simple set of rules (can't export and post them, because I'm on a trial version)
Therefore I've created
- 2 folders (Source: Hazel-IN and Destination: Hazel-OUT) and
- 3 text-files "wordA.txt" (containing only the word "wordA"), file "wordB.txt" (containing only the word "wordB") and file "wordAB.txt" (guess, containing both words "WordA" and "WordB" in two lines).
Here is what I want to achieve (the rules):
- Rule "Rename": Rename any file in folder "Hazel-IN" to "[6-digits-number].[extension] -> works fine!
- Rule "Find WordA" - if Contents contain "wordA" rename to "WordA-[name].[extension] -> works!
- Rule "Find WordB" - if Contents contain "wordB" rename to "WordB-[name].[extension] -> PROBLEM!!*
- Rule "Move" - move file to "Hazel-OUT" and display a notification -> works!
Case A:
If I copy the files one after the other is done, everything works quite fine!
results:
- file "WordA.txt" is then "wordA-000001.txt"
- file "WordB.txt" is then "wordB-000002.txt"
- file "WordAB.txt" is then "wordB-wordA-000003.txt"
Case B:
But when I copy all the 3 txt-files to "Hazel-IN", the 3rd rule only works for the "WordB.txt", which does NOT contain "wordA" - the "wordAB" which should be "wordB-wordA-000004.txt" in result
- file "WordA.txt" is then "wordA-000001.txt" (fine!)
- file "WordB.txt" is then "wordB-000002.txt" (fine!)
- but unfortunately file "WordAB.txt" is then "wordA-000003.txt" (sad but true)
The log said "Rule 1 matched, rule 2 matched, rule 4 matched". No entry for rule 3..."
Am I wrong? Do I need a rule between rule 2 and rule 3? Tried a "sleep 5" but doesn't help...
The problem is, that I have 25 keywords to be combined together this way. If I have to create a complete rule for all my possible cases I have to create 25 x 25 rules...

Hope there is a solution. Thanks in advance!
Tie