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
surya kanadhipatlasurya kanadhipatla 

Urgent: Process builder Multi select field values usage in action criteria

Hi All...

I have a multiselect field Production_Region__c contains values A,B,C,D and E.

I have to create a record if the Production_Region__c field does not contain value D.
If user selects values A and D , process should not create any new record


can any one suggest me any approach?