ArrayOutputFormat Parameter (Connect-Airtable Cmdlet)
An optional override for the column value output format of elements that are arrays of primitive values.
Syntax
Connect-Airtable -ArrayOutputFormat string
Possible Values
AGGREGATE, DELIMITEDData Type
cstr
Default Value
"AGGREGATE"
Remarks
The ArrayOutputFormat property determines how the column values of elements that are arrays of primitive values are displayed in the output.
If set to AGGREGATE, the output will show a single, combined value representing the entire array. If set to DELIMITED, the values will be formatted as a string, with individual elements separated by commas or semicolons.