I have a rule which looks for a date within the contents of a PDF (contents contain match) and uses that custom date in the actions to move, rename and tag the file. What I'm looking for is a way to use the file's Date Created attribute (or other attributes) within the same rule in the event that a date can't be matched in the contents. For example:
If [Any] of the following are met for [the current file or folder]
-- [Contents] [Contain match] [* Date]
-- [Date Created] [Matches] [* Date]
But I can't see a way to do this...you don't get a "Matches" or "Contains Match" option when using attributes like Date Created. Anyone know a way to do this?