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
Vikas Kumar 135Vikas Kumar 135 

Multiselect picklist issue in Process Builder.

Hi Friends,
 
In opportunities vendor is a multiselect picklist field. I am creating a Process Builder to create a task if a with subject (“vendor-test please call”) if Vendor is “Vendor test – Contracted” or “Vendor test – Background” and if Vendor is
“Vendor – Contracted” or “Vendor– Background” it should create a task if a with subject (“vendor please call”). It is working fine is we are selecting only one value, but is failing if more than one vendor is selected.
 
 For example: if we select two picklist value Vendor – Contracted and Vendor-Paid
“Vendor – Contracted; Vendor-Paid” , the task is not getting created. Any help will be appreciated.
 
Regards,
Vikas
 
Best Answer chosen by Vikas Kumar 135
Nayana KNayana K
Instead of "equals" operator, try "contains" for the multiselect picklist for the values "Vendor – Contracted" , "Vendor– Background"