Cmdlets for HubSpot

Build 25.0.9434

UseDropdownLabels Parameter (Connect-HubSpot Cmdlet)

Specifies whether to return dropdown labels instead of internal values for custom enum fields.

Syntax

Connect-HubSpot -UseDropdownLabels bool

Data Type

bool

Default Value

true

Remarks

This property affects how values from custom dropdown fields are returned in query results.

When set to true, the cmdlet returns the human-readable labels shown in the HubSpot UI. When set to false, the cmdlet returns the raw internal values stored in HubSpot.

This setting only applies to custom properties with drop-down (enumerated) field types. Built-in properties or fields with non-enumerated types are not affected.

Use this property when you want control over whether values should be optimized for readability or precision.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434