Docs
NodesDatabase Nodes
Edit Page on GitHub

Airtable List Tables

Get a list of Tables inside a specific Airtable Base.

airtabledatabaseschemametaEasy5
Social

Airtable: List Tables

5
Flow
Tables
Tool
Flow
Not connectedFlow
Base ID

Description

The Airtable List Tables node allows you to retrieve a list of all the tables within a specified Airtable Base. This can be useful for dynamically exploring the structure of your Airtable data, generating tools based on your schema, or simply understanding what tables are available in a given base.

Common Use Cases

  • Dynamic Tool Generation: Use the list of tables to create dynamic tools that can interact with any table in the base without hardcoding table names.
  • Schema Exploration: Understand the structure of your Airtable base by listing all tables and their fields.
  • Data Validation: Check if a specific table exists in the base before attempting to read or write data to it.

Inputs

The input connections this node accepts:

NameDescriptionTypeFlowundefinedFlowBase IDThe ID of the Base to inspectText

Outputs

The output connections this node provides:

NameDescriptionTypeFlowundefinedFlowTablesList of Tables with IDs, Names, and FieldsJSONToolundefinedTool

Fields

The configurable fields this node provides:

NameDescriptionTypeBase IDThe Base ID (app...)Value: ``TextAirtableConnect your Airtable AccountDefaultValue: ``social

Last updated on