get_picklist_options
Retrieve picklist options from Dataverse as a flat value-label list for local or global option sets.
Instructions
Read options of a Local or Global OptionSet as a flat [{ value, label }] list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| attribute_logical_name | No | Picklist attribute logical name (Local OptionSet; pair with entity_logical_name). Mutually exclusive with option_set_name. |