Add-Airtable Cmdlet
Inserts Airtable data.
Syntax
Add-Airtable [parameters]
Remarks
The Add-Airtable cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Airtable records.
Add-Airtable -Connection $connection -Table "SampleTable_1" -Columns @("Column1") -Values @("Jon Doe")