Add Picklist Values to Existing Field
sf_add_picklist_valuesAdd new options to a Salesforce picklist or multi-select picklist field while preserving existing values. Ideal for expanding dropdown choices without data loss.
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' |