Cmdlets for Airtable

Build 24.0.8963

Select-Airtable Cmdlet

Parameters   Output Objects  

Searches Airtable data.

Syntax

Select-Airtable [parameters]

Remarks

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

$conn = Connect-Airtable -InitiateOAuth "GETANDREFRESH"
Select-Airtable -Connection $conn -Table "SampleTable_1" -Columns @("Id","Column1") -Where "Column2='Bob'"

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