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
Mars Rover 570Mars Rover 570 

is it possible to pull picklist values API names in formula field ?

SandhyaSandhya (Salesforce Developers) 
Hi,

Formula fields already see the API name and only the API name (yes, even TEXT(fieldName) gets you the API name, not the label).

Please refer below link for similar discussion.

https://salesforce.stackexchange.com/questions/160356/picklist-api-name-in-formulas

If this helps you, please mark it as solved so that it will be availabe for others as a soultion.

Best Regards,
Sandhya
Mars Rover 570Mars Rover 570
Thnak you for your response Sandhya... my question is in piclist field I have 3 values and each values has different API.. so I want refer Picklist values API User-added image

 
Arjun Singh Walia 8Arjun Singh Walia 8

Hey @mars Rover 570 have you had any solution to your problem yet...if yes then please respond back, i'm in a fix. Wanna impliment something like this via formula field.

ex: 'API NAME of the picklist value' +' '+ 'Label of the picklist value'

Pruthvi Mada 5Pruthvi Mada 5
you can use VALUE(TEXT(Picklist))