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
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
token | Token | STRING | TEXT | true |
Actions
Create Record
Name: createRecord
Creates a new record in datasheet.
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
spaceId | Space ID | STRING | SELECT | true | |
datasheetId | Datasheet ID | STRING | SELECT | AITable Datasheet ID | true |
fields | DYNAMIC_PROPERTIES | null |
Find Records
Name: findRecords
Find records in datasheet
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
spaceId | Space ID | STRING | SELECT | true | |
datasheetId | Datasheet ID | STRING | SELECT | AITable Datasheet ID | true |
fields | Field Names | [STRING] | ARRAY_BUILDER | The returned record results are limited to the specified fields. | false |
recordIds | Record IDs | [STRING] | ARRAY_BUILDER | The IDs of the records to find. | false |
maxRecords | Max Records | INTEGER | INTEGER | How many records are returned in total | false |
Update Record
Name: updateRecord
Update record in datasheet
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
spaceId | Space ID | STRING | SELECT | true | |
datasheetId | Datasheet ID | STRING | SELECT | AITable Datasheet ID | true |
recordId | Record ID | STRING | SELECT | ID of the record to update. | true |
fields | DYNAMIC_PROPERTIES | null |