[SalesForce] Set Picklist field to blank with Process Builder

Is it possible to set a picklist to blank using Process Builder. From what we can tell it just gives you an option of any of the picklist values, but wont let you save the value as blank?

Is there some other way to clear the value of a picklist field like that?

Best Answer

I'm a bit late to the party, but for future reference there's a $GlobalConstant.Null field that can be used for this:

GlobalConstant.Null example