Skip to content

AITable

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

Type: aitable/v1


Connections

Version: 1

Bearer Token

Properties

NameLabelTypeControl TypeDescriptionRequired
tokenTokenSTRINGTEXTtrue

Actions

Create Record

Name: createRecord

Creates a new record in datasheet.

Properties

NameLabelTypeControl TypeDescriptionRequired
spaceIdSpace IDSTRINGSELECTtrue
datasheetIdDatasheet IDSTRINGSELECTAITable Datasheet IDtrue
fieldsDYNAMIC_PROPERTIESnull

Find Records

Name: findRecords

Find records in datasheet

Properties

NameLabelTypeControl TypeDescriptionRequired
spaceIdSpace IDSTRINGSELECTtrue
datasheetIdDatasheet IDSTRINGSELECTAITable Datasheet IDtrue
fieldsField Names[STRING]ARRAY_BUILDERThe returned record results are limited to the specified fields.false
recordIdsRecord IDs[STRING]ARRAY_BUILDERThe IDs of the records to find.false
maxRecordsMax RecordsINTEGERINTEGERHow many records are returned in totalfalse

Update Record

Name: updateRecord

Update record in datasheet

Properties

NameLabelTypeControl TypeDescriptionRequired
spaceIdSpace IDSTRINGSELECTtrue
datasheetIdDatasheet IDSTRINGSELECTAITable Datasheet IDtrue
recordIdRecord IDSTRINGSELECTID of the record to update.true
fieldsDYNAMIC_PROPERTIESnull

Additional instructions


CONNECTION

Setting up OAuth2