Add-Smartsheet Cmdlet
Inserts Smartsheet data.
Syntax
Add-Smartsheet [parameters]
Remarks
The Add-Smartsheet cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Smartsheet records.
Add-Smartsheet -Connection $connection -Table "Sheet_Test_Sheet" -Columns @("Name") -Values @("Basic Project with Resource Management")