Cmdlets for Kintone

Build 23.0.8839

Add-Kintone Cmdlet

Parameters   Output Objects  

Inserts Kintone data.

Syntax

Add-Kintone [parameters]

Remarks

The Add-Kintone cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Kintone records.

Add-Kintone -Connection $connection -Table "Comments" -Columns @("Text") -Values @("Old to do")

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