Field is a Picklist Field. Picklist fields are only supported in certain functions error in Salesforce – Workaround

Field is a Picklist Field. Picklist fields are only supported in certain functions error in Salesforce – Workaround

Exception:

Field is a Picklist Field. Picklist fields are only supported in certain functions

Resolution:

Use TEXT() to avoid this error.

Syntax:

TEXT(PicklistField)

Example:

TEXT(State__c)

where State__c is a picklist field.

Leave a Reply