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
Claire NicolayClaire Nicolay 

update picklist field if this field is blank

Hi, I need to update the field "location" (picklist) on the master object based on the value in the field "location" (picklist) on a child object
Basically, here is what I want:
 if field "location" on child object contains a value and the status (picklist) of the child object= active, then I want to update the location field (picklist) on the master object if this field is blank.

I guess I need to use a process builder to do this as worklow will not work but I am stuck:
1. when saying ISPICKVAL (Status, "Active") in my conditions
2. when defining the condition "location" field is blank on the field to update.
both pbls related to picklist field
Can somebody help me with this? Many thanks, claire
LBKLBK
Hi Claire,

In process builder criteria, you will just choose the field and the field type and possible values (if the field type is picklist) will be shown automatically.

It will look like this.
Process Builder - Criteria Setup

+ Add Row link can help you in adding more conditions.

Let me know if this helps.