Add Picklist Values to Existing Field
sf_add_picklist_valuesAdd new options to Salesforce picklist fields while preserving existing values. Specify the field and new value details, including labels, API names, and defaults.
Instructions
Adds new picklist values to an existing Picklist or MultiselectPicklist field without removing existing values. Use when a user wants to add new options to a dropdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | New picklist values to add (existing values are preserved) | |
| objectFieldFullName | Yes | Full API name of the picklist field, e.g. 'Invoice__c.Status__c' |