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
Shruthi NarsiShruthi Narsi 

Is changed for fomula

Hi 

Can anyone help me with the below requirement?

I need to add a condition for updating the records when country value is equal to Singapore of Philippines or if the country value changes then the record should get updated 
RituSharmaRituSharma
Your formula will be like below:
Or(ISPICKVAL(Country,"Singapore"),ISPICKVAL(Country,"Philippines"),ISCHANGED(Country))