I'm trying to compare two date fields in a single record, then perform a process if the difference between those dates is greater than 30 days.
So the criteria for the action is IF Date1-Date2 > 30 days
I see how to compare a date to a specific date, but not how to compare to another date field.