Skip to main content
I'm trying to get the process builder to update a multi-select picklist when a field is updated. The process builder is able to update the field, but then I am unable to EDIT the picklist after the action has taken place. Has anyone else had this issue?

 

Ex/ Trigger: Custom Object, "Match" Field: "Contract Final" WAS SET

 

Immediate Actions: Field Update (Multi-Select Picklist): "Addl Status" to "Clinic"

 

When I go into the record after causing the trigger, I am unable to change the Addl Status from "Clinic" to "Pregnant" after the Builder process has been triggered
10 Antworten
  1. 21. Mai 2015, 21:45
    This worked for my earlier problem: NOT(ISBLANK([Match__c].Contract_Final__c ))

     

    This worked for my current problem:

     

    This worked for my earlier problem: NOT(ISBLANK([Match__c].
0/9000