Trying to add the date criteria to an attachment in an email:
If created date > {DATEFORMAT(MM/dd/yyyy 00:00:01)}
Returns error "Field 'Newer than' value is an invalid date."
I've tried various forms:
{DATEFORMAT(MM/dd/yyyy)}
{DATEFORMAT(M/d/yy)}
{DATEFORMAT(MM/dd/yyyy 12:00:01)}
I even tried hardcoding the date in, 4/16/2009 or April 16, 2009.
All seems to fail. What simple thing am I missing?
(And it can be done in "Older than" textbox too.)