Skip to main content
I have to update picklist field A based on when picklist field B is not null.

 

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
  1. 18. Juli 2019, 06:12
    ++

     

    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)))

     

     
0/9000