Cmdlets for Airtable

Build 24.0.9060

Add-Airtable Cmdlet

Parameters   Output Objects  

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")

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060