app icon
Airtable
0.1.2

Tools that can be operated on Airtable

chenzeng/airtable544 installs

Airtable Plugin

A plugin tool for operating Airtable, supporting record creation and other operations.

What's Airtable?

Airtable is a cloud-based project management tool that blends a traditional spreadsheet with the robust features of a database. It allows businesses to organize their workflow, data, and records in a flexible and visually appealing way without the need for any coding.
Repository: dify-airtable-plugin

Features

  • Support creating records in Airtable
  • Support get all records from existing table
  • Simple and easy-to-use API interface

Prerequisites

  • Airtable account
  • Airtable API Token
  • Created Airtable Base and Table

Configuration Guide

Getting Required Information

  1. Airtable Token

  2. Base ID and Table ID

Setup Steps

  1. Configure Airtable Token

    • Enter your Airtable Token in the plugin configuration
    • Token will be securely stored and used for API authentication
  2. Using the Plugin

    • Provide Base ID
    • Provide Table ID
    • Provide record data to create (in JSON format)

Usage Example

Create a record

Start by creating your own table in Airtable, something like this

[Image blocked: table]

Add fields according to your needs

Example of creating a record:

Record Retrieval

By providing and in the tool, you can retrieve records. By default, all records are fetched. The output is returned as text. Example output:

Filtering Records

Use formulas to filter records. For formula syntax, refer to: Getting Started with Formulas
Example: To query records with a price equal to or exceeding 20 yuan, use:
[Image blocked: formulas]

Result:

Sorting

Use sort to order records. Supported sorting methods: ASC and DESC. Multiple fields can be sorted by separating them with commas. Prefix a field with for descending order.
Example: Sort by Spend (descending) and DateTime (ascending):
[Image blocked: sort]

Result:

Returning Specific Fields

Use fields to specify returned fields. Multiple fields are comma-separated.
Example: Return Store, Item, Spend, and DateTime:

[Image blocked: fields]

Result:

CATEGORY
Tool
VERSION
0.1.2
chenzeng·04/10/2025 02:53 PM
REQUIREMENTS
Tool invocation
App invocation
Endpoint registration
Maximum memory
256MB