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
Aman Kumar 196Aman Kumar 196 

Process builder- Please help with the below criteria

I have to build a Process builder Where If email contains "abc.com" or "def.com" or "ghy.com" then I have to make a checkbox checked.  If someone edit the same email and removed those emails  and checkbox is checked already then it should be unchecked.

Please help me with this
PriyaPriya (Salesforce Developers) 

Hi Aman,

Refer the below screenshot to set the criteria :- 

User-added imageThen Add Action. In action choose update record as record type. And then chose the field to update with the value as true.

and then add another criteria as below :- 
User-added imageThen Add Action. In action choose update record as record type. And then chose the field to update with the value as False.

 

Please mark it as best answer so that it can helps others.

Regards,

Priya Ranjan