Airtableが何か、またデータがどのように構成されているかを説明します。 具体的には、以下の要素について解説します: - **ベース**:データの最上位の管理単位 - **テーブル**:データを行と列で整理した表 - **フィールド**:各列に当たるデータの属性(例:名前、メールアドレスなど) - **レコード**:テーブル内の各行に当たるデータの単位 - **ビュー**:同じテーブルのデータを異なる視点で表示する方法 - **オートメーション**:特定の条件に基づいて自動的に実行される処理 - **インターフェース**:ユーザーがデータと相互作用する画面 次のような場合に使用:Airtableのデータ構造やモデルについてのコンテキスト情報が必要なとき
Explains what Airtable is and how data is structured — bases, tables, fields, records, views, automations, and interfaces. Use when you need context about the Airtable data model.
Airtableは、チームが構造化データからカスタムアプリケーションやAI駆動のワークフローを構築できるノーコードプラットフォームです。 ユーザーはデータをベースに整理し、型付きフィールドを持つテーブルを定義し、変更に応じて動作するオートメーションを設定し、同じデータを異なるユーザー層にあわせた形で表示するインターフェースを作成できます。
ベースはAirtableのデータベースです。 関連するすべてのデータを格納するトップレベルのコンテナであり、1つ以上のテーブルを含みます。
テーブルはベース内の構造化データの集合体です。 スプレッドシートのシートやリレーショナルデータベースのテーブルに相当し、定義されたフィールドのセットとレコードを持ちます。
フィールドは、テーブル内のすべてのレコードに対して、名前と型を持つプロパティを定義するものです。
レコードはテーブル内の1件のエントリです。 各レコードは一意のIDを持ち、そのテーブルに定義された各フィールドに対応するセル値を格納します。
ビューは、テーブル内のレコードの表示方法を保存した設定です。 元のデータを変更することなく、フィールドのフィルタリング・ソート・グループ化・非表示が可能です。 同一テーブルに複数のビューを作成でき、それぞれ異なる形でデータを表示します。
オートメーションは、定義されたトリガー(例: レコードがビューに入ったとき)に応じて起動し、1つ以上のアクション(例: メール送信やレコードの更新)を実行するワークフローです。
インターフェースは、ベースのデータをもとに構築されたアプリのようなカスタムページです。 ベースの構造や全データを直接公開することなく、レコードの閲覧・操作を特定のワークフローやユーザー層にあわせた使いやすい形で提供します。 1つのベースに対して複数のインターフェースを作成でき、それぞれ特定の目的や対象ユーザーに向けて設計されます。
ユーザーによっては、インターフェースを通じてのみベースにアクセスでき、 underlying(元の)テーブルを直接読み取ったり変更したりすることができない場合があります。
Airtable is a no-code platform where teams build custom applications and AI-powered workflows from structured data. Users organize their data into bases, define tables with typed fields, set up automations to act on changes, and create interfaces that give different audiences tailored views of the same data.
A base is an Airtable database. It is the top-level container for all related data. A base contains one or more tables.
A table is a collection of structured data within a base, similar to a sheet in a spreadsheet or a table in a relational database. Each table has a defined set of fields and contains records.
A field defines a named, typed property on every record in a table.
A record is a single entry in a table. Each record has a unique ID and stores a cell value for each field defined on that table.
A view is a saved configuration for how to display records in a table. Views can filter, sort, group, and hide fields without changing the underlying data. Multiple views can exist on the same table, each showing the data differently.
An automation is a workflow that runs in response to a defined trigger (e.g. a record entering a view) and executes one or more actions (e.g. sending an email or updating a record).
Interfaces are custom app-like pages built on top of base data. They provide tailored, user-friendly ways to view and interact with records without exposing the full base structure or all of its data. A base can have multiple interfaces, each designed for a specific workflow or audience.
Some users can only access a base through its interfaces and cannot read or modify the underlying tables directly.
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。