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
Alexander Tarasevich 6Alexander Tarasevich 6 

Data Loader exports pick list API names instead of values

With Spring '17 release I'm now receiving only API names of picklist values instead of picklist value labels. To reproduce, make sure that labels and api names of your picklist values are different and make a data export containing that picklist. You'll see that only api names of the picklist values will come through. This is also true for any other API integration.
Is there a known issue for this that I could follow?
Lokesh KumarLokesh Kumar
HI Alexander,

Yes, you are right after spring 17 release there is a change for Picklist field during SOQL and Integration and same you can find in the below article published by salesforce.

https://developer.salesforce.com/blogs/developer-relations/2017/01/keeping-picklist-integrations-safe-using-api-names.html

Thanks !

Happy to help you !!