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
Fortune 500Artificial IntelligenceAnalyticsCloudCommerceCRMCustomer 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
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
Retrieve the picklist values for every picklist field on the object scoped to the requested record type, including labels, valid values, and field dependencies.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.