Cmdlets for Airtable

Build 25.0.9434

DisplayValue Parameter (Connect-Airtable Cmdlet)

Determines how the field values are returned by the Airtable API.

Syntax

Connect-Airtable -DisplayValue string

Possible Values

FormattedValue, DisplayText

Data Type

cstr

Default Value

"FormattedValue"

Remarks

By default, the DisplayValue property returns values based on their data types.
When the value is set to DisplayText, values are returned as plain text strings displayed in the UI. This is useful for rendering formatted output. All columns that support value formatting will be pushed with data type STRING.

This is a required parameter.

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