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 IDSTRING
Depends On spaceId
SELECTAITable Datasheet IDtrue
fieldsDYNAMIC_PROPERTIES
Depends On datasheetId
nullnull

JSON Example

{
"label" : "Create Record",
"name" : "createRecord",
"parameters" : {
"spaceId" : "",
"datasheetId" : "",
"fields" : { }
},
"type" : "aitable/v1/createRecord"
}

Find Records

Name: findRecords

Find records in datasheet

Properties

NameLabelTypeControl TypeDescriptionRequired
spaceIdSpace IDSTRINGSELECTtrue
datasheetIdDatasheet IDSTRING
Depends On spaceId
SELECTAITable Datasheet IDtrue
fieldsField NamesARRAY
Items [STRING]
MULTI_SELECTThe returned record results are limited to the specified fields.false
recordIdsRecord IDsARRAY
Items [STRING]
MULTI_SELECTThe IDs of the records to find.false
maxRecordsMax RecordsINTEGERINTEGERHow many records are returned in totalfalse

JSON Example

{
"label" : "Find Records",
"name" : "findRecords",
"parameters" : {
"spaceId" : "",
"datasheetId" : "",
"fields" : [ "" ],
"recordIds" : [ "" ],
"maxRecords" : 1
},
"type" : "aitable/v1/findRecords"
}

Update Record

Name: updateRecord

Update record in datasheet

Properties

NameLabelTypeControl TypeDescriptionRequired
spaceIdSpace IDSTRINGSELECTtrue
datasheetIdDatasheet IDSTRING
Depends On spaceId
SELECTAITable Datasheet IDtrue
recordIdRecord IDSTRING
Depends On datasheetId
SELECTID of the record to update.true
fieldsDYNAMIC_PROPERTIES
Depends On datasheetId
nullnull

JSON Example

{
"label" : "Update Record",
"name" : "updateRecord",
"parameters" : {
"spaceId" : "",
"datasheetId" : "",
"recordId" : "",
"fields" : { }
},
"type" : "aitable/v1/updateRecord"
}

Additional instructions


CONNECTION

Setting up OAuth2