Hi,
Basic issue but cant find it anywhere. Currently in the CRM template there is logic to make a record overdue if the last catchup date is over 60 days.
IF(DATETIME_DIFF(TODAY(),{Last Catchup},‘days’)>60,“Overdue”)
Thats great, but I would like t...