Tools that can be operated on Airtable
A plugin tool for operating Airtable, supporting record creation and other operations.
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
Airtable Token
Base ID and Table ID
Configure Airtable Token
Using the Plugin
[Image blocked: table]
Add fields according to your needs
Example of creating a record:
By providing and in the tool, you can retrieve records. By default, all records are fetched. The output is returned as text. Example output:
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:
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:
Use fields to specify returned fields. Multiple fields are comma-separated.
Example: Return Store, Item, Spend, and DateTime:
[Image blocked: fields]
Result: