I am trying to implement it through process builder.
What is the condition that I can give in the formula field to say that picklist field B is not null.
Kindly help.
5 Antworten
++
If you are using formula while updating picklist A, then use above formula in the first comment.
If you are using a formula in Criteria/Condition then simply:(Insert the API using field chooser)
NOT(ISBLANK(TEXT(PickList_B_API)))