function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Laura Babb 4Laura Babb 4 

PRIORVALUE formula not working in workflow rule

I have used this same formula in a workflow for a different object and now I'm trying to create on the Opp object and it keeps giving me a syntax error! I see nothing wrong - I need fresh eyes, please! TIA!

OR (PRIORVALUE(  Primary_CSM__c  ) = "" && ISCHANGED(Primary_CSM__) ,

PRIORVALUE(   Secondary_CSM_Specialist__c   ) = "" && ISCHANGED(Secondary_CSM_Specialist__c) , 

PRIORVALUE( Project_Coordinator__c) = "" && ISCHANGED(Project_Coordinator__c)
)