List Field Options
ploomes_fields_options_listRetrieve options from a dropdown custom field in Ploomes CRM by providing the OptionsTableId filter. Returns each option's Id and Name to use as ObjectValueName in OtherProperties.
Instructions
List individual options within a dropdown-type custom field in Ploomes CRM. Filter by OptionsTableId to get options for a specific dropdown field. Returns Id and Name for each option. Use the Name as ObjectValueName when writing OtherProperties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | OData $filter. E.g.: "OptionsTableId eq 123" | |
| top | No | Max items | |
| skip | No | Items to skip |