Docs/App Integrations/Airtable

Airtable

App Integrations

Airtable Node

Overview

Supports the following operations: List Records, Get Record, Create Record, Update Record, Delete Record.

Configuration

PropertyTypeDefaultDescription
operationstring—Configuration field for operation
baseIdstring—Configuration field for baseId
tableNamestring—Configuration field for tableName
recordIdstring—Configuration field for recordId
maxRecordsstring—Configuration field for maxRecords
viewstring—Configuration field for view
filterFormulastring—Configuration field for filterFormula
fieldMappingstring—Configuration field for fieldMapping

Output Variables

Reference these variables in downstream nodes using the {{node.field}} syntax.

{{airtable.id}}
anyOutput field: id
{{airtable.fields}}
anyOutput field: fields
{{airtable.createdTime}}
anyOutput field: createdTime

Examples

Basic Usage

Example configuration:

{
  "operation": "value",
  "baseId": "value",
  "tableName": "value",
  "recordId": "value",
  "maxRecords": "value",
  "view": "value",
  "filterFormula": "value",
  "fieldMapping": "value"
}

Tips & Best Practices

  • •Ensure all required fields are configured.
  • •Check the output variables to see available data.

Try Airtable in Your Workflow

Create a free account and start building AI-powered workflows with the Airtable node.

Open Workflow Editor