Skip to content

AITable

Reference


AITable is an AI-powered platform that enables users to create interactive and dynamic tables for data visualization and analysis without requiring coding skills.

Categories: [productivity-and-collaboration]

Version: 1


Connections

Version: 1

Bearer Token

Properties

NameTypeControl TypeDescription
TokenSTRINGTEXT

Actions

Find records

Find records in datasheet

Properties

NameTypeControl TypeDescription
SpaceSTRINGSELECT
DatasheetSTRINGSELECTAITable Datasheet
Field Names[STRING]ARRAY_BUILDERThe returned record results are limited to the specified fields.
Record IDs[STRING]ARRAY_BUILDERThe IDs of the records to find.
Max recordsINTEGERINTEGERHow many records are returned in total

Output

Type: OBJECT

Properties

TypeControl Type
INTEGERINTEGER
BOOLEANSELECT
{[{STRING(recordId), {}(fields)}](records)}OBJECT_BUILDER
STRINGTEXT

Update record

Update record in datasheet

Properties

NameTypeControl TypeDescription
SpaceSTRINGSELECT
DatasheetSTRINGSELECTAITable Datasheet
RecordSTRINGSELECTRecord to update
DYNAMIC_PROPERTIESnull

Output

Type: OBJECT

Properties

TypeControl Type
INTEGERINTEGER
BOOLEANSELECT
{[{STRING(recordId), {}(fields)}](records)}OBJECT_BUILDER
STRINGTEXT

Create record

Creates a new record in datasheet.

Properties

NameTypeControl TypeDescription
SpaceSTRINGSELECT
DatasheetSTRINGSELECTAITable Datasheet
DYNAMIC_PROPERTIESnull

Output

Type: OBJECT

Properties

TypeControl Type
INTEGERINTEGER
BOOLEANSELECT
{[{STRING(recordId), {}(fields)}](records)}OBJECT_BUILDER
STRINGTEXT

Additional instructions


CONNECTION

Setting up OAuth2