Add-ZohoCreator Cmdlet
Inserts Zoho Creator data.
Syntax
Add-ZohoCreator [parameters]
Remarks
The Add-ZohoCreator cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Zoho Creator records.
Add-ZohoCreator -Connection $connection -Table "[CData].[Employee Management].Leave_Types" -Columns @("Leave_Type") -Values @("Jon Doe")