- Code: Select all
Kind is PDF
Name contains payment, invoice, *or* receipt
Can I use
- Code: Select all
Name contains payment || invoice || reciept
Is it possible for Hazel to choose through a list of possible parameters to make her choice from?
-Josh
Moderator: Mr_Noodle
Kind is PDF
Name contains payment, invoice, *or* receipt
Name contains payment || invoice || reciept
if (all) of the following conditions are met for (the file or folder being processed):
kind is pdf
if (any) of the following conditions are met for (the file or folder being processed):
name contains payment
name contains invoice
name contains receipt
Do the following to the matched file or folder:
…