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