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
This property decides how the column value of elements that are arrays of primitive values is displayed in the output. If set to AGGREGATE, the value will be the aggregate form of the array. If set to DELIMITED, the value will be a delimited string of the values.