update_picklist_option
Update an existing picklist option's label or description in Microsoft Dataverse. Supports local and global OptionSets, including localized labels and solutions.
Instructions
Update an existing option's label/description on a Local or Global OptionSet (Dataverse UpdateOptionValue action). Requires Customizer or System Administrator role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | New UI label | |
| value | Yes | Numeric value of the option to update | |
| description | No | New description | |
| merge_labels | No | If true, merge the new label with existing localized labels (other languages kept); if false (default), replace all localized labels with just the new one. | |
| language_code | No | Language code for the label (default: 1033) | |
| option_set_name | No | Global OptionSet name. Mutually exclusive with entity_logical_name/attribute_logical_name. | |
| entity_logical_name | No | Entity logical name (Local OptionSet; pair with attribute_logical_name). Mutually exclusive with option_set_name. | |
| solution_unique_name | No | Solution unique name (defaults to the Default Solution) | |
| attribute_logical_name | No | Picklist attribute logical name (Local OptionSet; pair with entity_logical_name). Mutually exclusive with option_set_name. |