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

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

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

Additional instructions


CONNECTION

Setting up OAuth2