To determine a vendor's name I typically end up with
if any
contents | contains match | custom text Vendor
contents | contains match | custom text phone
contents | contains match | custom text Address
contents | contains match | custom text Acct#
Usually one of these matches, so then comes the "then". How do I set vendor name that matches one of the above?
If Hazel can't do it, I would suspect that a script could. From searching the forum it doesn't seem that Hazel can pass variables back and forth to a shell scripts. An AppleScript might work, but my AppleScript skill level novice at best. Searching the forum for AppleScript is a painful way to learn how to use an app. Can you point me to an AppleScript that might do what I want ?
On a maybe related topic, How does the action "continue matching rules" work? It doesn't seem to take any arguments and I can't create any more condition rules after that action.