Cmdlets for Zoho Creator

Build 24.0.9060

Select-ZohoCreator Cmdlet

Parameters   Output Objects  

Searches Zoho Creator data.

Syntax

Select-ZohoCreator [parameters]

Remarks

The Select-ZohoCreator cmdlet allows you to use a syntax similar to SQL SELECT statements to search Zoho Creator data.

$conn = Connect-ZohoCreator -InitiateOAuth "GETANDREFRESH"
Select-ZohoCreator -Connection $conn -Table "[CData].[Employee Management].Leave_Types" -Columns @("ID","Leave_Type") -Where "Leave_Type='Sick'"

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