Description
Enterprise connector for Airtable, the low-code database/spreadsheet hybrid: list/create/update/delete records with field mapping and view filters via the official REST API.
community_airtable · action · Utility · Available · v1.0.0
Enterprise connector for Airtable, the low-code database/spreadsheet hybrid: list/create/update/delete records with field mapping and view filters via the official REST API.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
operationOperazione | enumlistRecordsgetRecordcreateRecordupdateRecorddeleteRecord | yes | listRecords | — |
baseIdBase ID | expression | yes | — appXXXXXXXXXX | Base ID Airtable (dalla URL: airtable.com/<baseId>/...). |
tableNameTable name o ID | expression | yes | — Tasks o tblXXXXXXXXXX | Nome tabella (URL-encoded) o table ID. |
recordIdRecord ID (get/update/delete) | expression | no | — recXXXXXXXXXX | — |
fieldsJsonFields (JSON, per create/update) | expression | no | — {"Name":"Task 42","Status":"In progress","Owner":"Alice"} | — |
filterByFormulaFilter formula (listRecords) | expression | no | — AND({Status}='Open',{Priority}>1) | Airtable formula syntax. Es: AND({Status}='Done',IS_AFTER({CreatedAt}, '2026-01-01')). |
maxRecordsMax record da scansionare | number | no | 1000 | — |
integrationLabelEtichetta credenziali (opzionale) | string | no | — Default account | Per gestire più account dello stesso provider. Lascia vuoto per il default. |
JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-community_airtable-1",
"defId": "community_airtable",
"label": "Airtable",
"config": {
"operation": "listRecords",
"baseId": "appXXXXXXXXXX",
"tableName": "Tasks o tblXXXXXXXXXX",
"maxRecords": 1000
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes