Airtable

community_airtable · action · Utility · Available · v1.0.0

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.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
operation
Operazione
enum
listRecordsgetRecordcreateRecordupdateRecorddeleteRecord
yeslistRecords
baseId
Base ID
expressionyes
appXXXXXXXXXX
Base ID Airtable (dalla URL: airtable.com/<baseId>/...).
tableName
Table name o ID
expressionyes
Tasks o tblXXXXXXXXXX
Nome tabella (URL-encoded) o table ID.
recordId
Record ID (get/update/delete)
expressionno
recXXXXXXXXXX
fieldsJson
Fields (JSON, per create/update)
expressionno
{"Name":"Task 42","Status":"In progress","Owner":"Alice"}
filterByFormula
Filter formula (listRecords)
expressionno
AND({Status}='Open',{Priority}>1)
Airtable formula syntax. Es: AND({Status}='Done',IS_AFTER({CreatedAt}, '2026-01-01')).
maxRecords
Max record da scansionare
numberno1000
integrationLabel
Etichetta credenziali (opzionale)
stringno
Default account
Per gestire più account dello stesso provider. Lascia vuoto per il default.

💡 Configuration example

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
  }
}

🔗 Related nodes in the same category

Ready to use Airtable?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes