while Hazel normally performs fine, I ran today into a little problem.
To get a scanned file with a Tag into Devonthink3, I added two folder to the Finder.
The first one "Eingangsscan Zwischenablage" (Sorry is german) receives the scans out of my ScanSnap.
The second folder "Eingangsscan an DT3" has a folder action, that moves all files to DT3, oderforms OCR and removes the files from the Finderfolder.
First I made a Hazel rule (can't I upload a screenshot here?):
If all ...are met
Kind is PDF
Do the following...
Add tags "newbates"
Move to folder "Eingangsscan an DT3"
This rule moved the scans to the new folder, however the Tag is missing.
Therefore I modified the rule, removed the "Move"-Part from the Rule, and added a second rule:
If all ...are met
Kind is PDF
Tags contain "newbates"
Do the following...
Move to folder "Eingangsscan an DT3"
This time, the first rule adds the Tag. But the second rule is not going in action.
If I check the file within Hazel with the second rule, it shows a full match, but it is just not executed.
Where is my mistake?