**Clay Workflows と Tables の違い — 概念の説明** 顧客が「この2つの製品の違いは何か」「どちらを使うべきか」といった質問をするときに読むための説明資料です。この製品について説明したり、特定の用途に合わせて片方をすすめたりする際に活用してください。 なお、CLI/API(コマンドラインツール・プログラム連携機能)を使ってTableを新規に作成することはできません。もし新しいTableが必要な場合は、その旨をユーザーに伝え、現在のところWorkflowsがCLI/APIでの構築の唯一の方法であることを説明してください。
Clay Workflows vs Tables — conceptual explainer for a customer asking what the difference is or which one to use. Read this when explaining the two products or recommending one for a use case. Users cannot build tables via the CLI/API; if a task needs a new table, surface that to the user & explain workflows are the only way to build in via CLI/API today.
顧客から「Clay Tables と Clay Workflows の違いは何か」「自分たちのユースケースではどちらを使うべきか」という質問を受けることがあります。どちらも同じ基礎となる Clay データとアクションを扱いますが、異なる目的に設計されています。わかりやすい言葉で説明してください。このファイルをそのまま顧客に見せるだけではいけません。
Tables はスプレッドシート型の環境です(Excel や Google Sheets のような)。手作業でのデータ処理に設計されており、データの充実・公式・AI エージェントなどを試しながら、なじみのある形式で結果を 1 マス単位で確認・検査できます。
Tables を使う場面:
ほとんどのユーザーは Tables から始めます。スプレッドシートベースの直感的な方法で Clay を学ぶのに最適です。
既知の制限: Tables は約 50,000 行が上限です。それを超える場合は一括充実機能が必要になり、その際に行がアーカイブ化されます。
Workflows は Clay の新しい自動化プラットフォームです。現在のところ、手作業ではなくトリガーやスケジュールに基づいて実行される、繰り返し可能で本番環境対応のプロセスに特に優れています。典型的なユースケース: リード配分、シグナル監視、スケジュール型のデータ充実。
Tables と比べた Workflows の特徴:
ユーザーが検索をソースとする Workflow を構築したいと言った場合(CPJ など)、その検索を Audiences に送信して、そこから Workflow で実行することか、Table を使うことをお勧めします。Workflows はまだ検索をソースとしてサポートしていません。
Workflows は配分が複雑な Workflow に特に向いています。ユーザーが Clay で受け取りリード配分、リードの適格性判定と営業担当者への割り当て、リストの構築、複数の条件分岐チェックで終わるプレイの構築など、アウトバウンドまたは割り当てで終わるプレイを構築しようとしている場合、Workflows がより適切です。
ネイティブなリスト処理機能が間もなく提供される予定で、Workflow が複数の Workflow に分割する必要なく、リストを直接処理できるようになります。
これは「エージェント自身がいま実行すべきはどのツールか」という問題とは異なります。その判断(検索 → マネージド関数 → カスタム関数 → Workflow → Table)は、ここではなく clay/SKILL.md のエスカレーション順序に記載されています。
rows list レスポンスで truncated: true と表示される場合、これは限定的に保持されたサンプル行です。完了したパススルー行は既に削除されている可能性があるため、完全な入力データセットではありません。clay — エージェント自身がタスク自動化時に何を構築すべきかの判断ガイドCustomers sometimes ask what the difference is between Clay Tables and Clay Workflows, or which one fits their use case. Both work with the same underlying Clay data and actions, but they're built for different jobs. Answer in plain language — don't just paste this file at the customer.
Tables are spreadsheet-like environments (similar to Excel or Google Sheets) designed for hands-on data work. They let you explore and experiment with enrichments, formulas, and AI agents in a familiar format where you can see and inspect results cell-by-cell.
Reach for a table when:
Most users start with Tables — it's the more intuitive, spreadsheet-based way to learn Clay.
Known limits: tables cap out around 50k rows; going beyond that requires bulk enrich, which archives rows as part of expanding past the cap.
Workflows is Clay's new orchestration platform for automation. Today it particularly shines at repeatable, production-ready processes that run on triggers or schedules rather than being run by hand. Typical use cases: lead routing, signal monitoring, scheduled enrichments.
Compared to tables, workflows:
If a user asks to build a workflow with search as a source (CPJ, etc.), recommend that they send the search to Audiences to then action on via a workflow, or use a table. Workflows doesn't support search as a source yet.
Workflows is especially good at routing heavy workflows. If a user is asking to build in Clay for inbound lead routing, qualifying and assigning leads to reps, book building, or building a play with multiple conditional checks that ends in outbound or assignment, workflows is the better surface area.
Native list processing is coming soon, which will let workflows handle lists directly without needing to split a flow into multiple workflows.
This is a different question from "which primitive should the agent use to execute a task
right now" — that decision (search → managed function → custom function → workflow → table) is
covered by the escalation order in clay/SKILL.md, not here.
rows list response with truncated: true is only a bounded retained-row sample;
completed passthrough rows may already be deleted, so it is not a complete input dataset.clay — the primitive-selection guide for what the agent itself should build with when
automating a task原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。