I've been trying to create a custom filter criteria that will return records that have an activity date less than the last 60 days, or an activity date of null.
I expect to see this but all I'm getting is the nulls
Invoice Last Activity Workflow run time
AA 2019-04-19 2019-08-21
BB 2019-05-21 2019-08-21
CC (Null) 2019-08-21
EE (Null) 2019-08-21
FF (Null) 2019-08-21
Any help would be greatly appreciated.