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
sfdeveloper12sfdeveloper12 

Ispickval formula showing an error in process builder

Hello,
 I am creating a process builder where i want to update a field when criteria is met. But in my condition its showing syntax error. 

OR
(ISPICKVAL([Case].Reason, Support-Fault) , 
ISPICKVAL([Case].Reason, Support-Change Request) ,
ISPICKVAL([Case].Reason, Support-Information Request)  , 
ISPICKVAL([Case].Reason, Support-Routine)  , 
ISPICKVAL([Case].Reason, Support-Password Reset)  ,
 ISPICKVAL([Case].Reason, Support-Outage)  ,
 ISPICKVAL([Case].Reason, Support-Outage Cleared))  

Please help me with the correct solution.

Thanks & Best Regards,
Utkarsha
sfdeveloper12sfdeveloper12

Error ;The formula expression is invalid: Syntax error. Found 'Change'
ajay rawat 14ajay rawat 14
HI Utkarsha,

Kindly udated formula in text format ie 'Support-Fault' and try.

Thanks
Ajay Rawat
Pavit SiddhuPavit Siddhu

Hello, 

[Account].Enrollment_Date__c,   "Active", "Pending Start Active"

Maybe help u.