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
Name | Type | Control Type | Description |
---|---|---|---|
Token | STRING | TEXT |
Actions
Find records
Find records in datasheet
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Space | STRING | SELECT | |
Datasheet | STRING | SELECT | AITable Datasheet |
Field Names | [STRING] | ARRAY_BUILDER | The returned record results are limited to the specified fields. |
Record IDs | [STRING] | ARRAY_BUILDER | The IDs of the records to find. |
Max records | INTEGER | INTEGER | How many records are returned in total |
Output
Type: OBJECT
Properties
Type | Control Type |
---|---|
INTEGER | INTEGER |
BOOLEAN | SELECT |
{[{STRING(recordId), {}(fields)}](records)} | OBJECT_BUILDER |
STRING | TEXT |
Update record
Update record in datasheet
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Space | STRING | SELECT | |
Datasheet | STRING | SELECT | AITable Datasheet |
Record | STRING | SELECT | Record to update |
DYNAMIC_PROPERTIES | null |
Output
Type: OBJECT
Properties
Type | Control Type |
---|---|
INTEGER | INTEGER |
BOOLEAN | SELECT |
{[{STRING(recordId), {}(fields)}](records)} | OBJECT_BUILDER |
STRING | TEXT |
Create record
Creates a new record in datasheet.
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Space | STRING | SELECT | |
Datasheet | STRING | SELECT | AITable Datasheet |
DYNAMIC_PROPERTIES | null |
Output
Type: OBJECT
Properties
Type | Control Type |
---|---|
INTEGER | INTEGER |
BOOLEAN | SELECT |
{[{STRING(recordId), {}(fields)}](records)} | OBJECT_BUILDER |
STRING | TEXT |