2 réponses
Hi Jessica,
since you are using the ISCHANGED, it will work only for existing records not for the brand new recordsI would change the criteria formula to the below
AND(
OR(
ISNEW(),
ISCHANGED(Preferred_Date_of_Visit__c)
),
NOT(ISBLANK(Preferred_Date_of_Visit__c))
)