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
BKBK 

data loader question

How can you upload a empty value(blank) picklist using the data loader. I tried using the empty cell and using the word "none" but doesn't work.
benjasikbenjasik
You need to set the "Insert Null Values" in the settings. This will clear out any values you send up as blank.
Geof131313Geof131313

Is there any way to do this using the API? I want to blank a lookup field based on specific criteria.

SuperfellSuperfell

Yes, you use the fieldsToNull property on the SObject class.

nbknbk

Hi,

 

You can use "##" of empty  cells..