Salesforce · Arazzo Workflow
Salesforce Get Picklist Values for a Record Type
Version 1.0.0
Resolve an object's record type, then fetch its picklist field values.
View Spec
View on GitHub
AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSalesArazzoWorkflows
Provider
Workflows
get-picklist-values
Retrieve picklist values for an object's record type.
Reads the object metadata to confirm the record types on the object, then loads the picklist values for the supplied record type so a client can render picklist fields with their labels, valid values, and dependencies.
1
getObjectMetadata
getObjectInfo
Read the object metadata to confirm the object exists and to learn which record types are defined on it before requesting picklist values.
2
getPicklists
getPicklistValues
Retrieve the picklist values for every picklist field on the object scoped to the requested record type, including labels, valid values, and field dependencies.