> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/smartsheet/automated-workflows/condition-blocks-filter-what-your-automated-workflows-send.md).

# 条件ブロック：自動化されたワークフローが送信するものをフィルターする

自動化ワークフローのトリガー ブロックとアクション ブロックを使用して、アラートまたはアクションに含める行をフィルターする条件を定義します。

### プラン <a href="#lyeaudcfz893" id="lyeaudcfz893"></a>

* Smartsheet
* Pro
* Business
* Enterprise

プラン タイプと含まれる機能の詳細については、 「Smartsheetプラン」ページを参照してください。

### 許可 <a href="#x3xte0jhj5s1" id="x3xte0jhj5s1"></a>

ワークフローを作成するには、シートに対する 所有者 、管理者、または編集者レベルの権限を持つ、ライセンスを取得したSmartsheetユーザーである必要があります。編集者レベルの権限を持つユーザーは、自分自身を受信者としてアラートまたはリマインダーを作成、編集、または削除することのみできます。ワークフローの権限について学習します。

この機能がSmartsheetリージョンまたはSmartsheet Gov に含まれているかどうかを確認してください。

トリガー ブロックとアクション ブロックの間で、結果のアラートまたはアクションに含める行をフィルターする条件を定義できます。条件付きパスを追加して、指定した条件に基づいて 1 つのワークフロー内でさまざまな自動化アクションを処理することもできます。

および をクリックして 2 つの状態を切り替えて、条件ブロックに条件付きロジックを作成します。

* (*or*)条件を 1 つだけ満たす必要があります。
* 後続のアクションを実行するときは、すべての(*and*)条件を満たす必要があります。

![Conditions window to set triggers.](/files/O8BwYs6SxaeMYJx07ou5)

たとえば、新しい IT リクエスト チケットがフォーム経由で届いた場合、チケットで指定されている部門、優先度、リクエスト タイプに応じて、特定の受信者にさまざまなアラートとリクエストを送信できます。

**条件パスで and ロジックまたは or ロジックを使用する**

and ロジックと or ロジック条件を混在させる場合は、同じ条件パス上に複数の条件ブロックを追加します。たとえば、1 つは自分の and 条件用で、もう 1 つは自分の or 条件用です。

![And-logic with or-logic conditions window.](/files/ji0ofJbp4PtUlb4LRHG8)

この例では、システムが条件 (2) の基準を評価する前に、基準が条件 (1) を満たす必要があります。

#### 重複条件パス <a href="#k9xxidsgpp3j" id="k9xxidsgpp3j"></a>

類似または同じ条件がある場合に、重複する条件パスを構成できます。このような状況では、 Smartsheet は条件を左から右に評価し、一番左の条件パスに対してアクションを実行します。 Smartsheet は、条件を満たさないすべての並列パスに対してすべてのアクションを実行するわけではありません。

たとえば、2 つの条件パス、条件 (1) と条件 (2) を持つ自動化されたワークフローがあるとします。

![Overlapping logic example.](/files/IUwAjbuzQz68xAhyGbDS)

* 条件 (1) は一番左のパスで、その条件は価格が 100 以下であることです。これにより、財務マネージャーに直接アラートがトリガーされます。
* 条件 (2) は条件パス A の右側にあり、その条件は価格が 50 ～ 250 であることです。これにより、シートの連絡先セル内の主要な関係者に対する承認リクエストがトリガーされます。

価格が 100 以下の行がワークフローをトリガーすると、条件 (1) が条件を満たし、重複する 2 つの条件の左端であるため、システムは条件 (1) のアクションを実行します。価格が 101 から 250 の間にない限り、システムは条件 (2) のアクションを実行しません。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://manual.dxable.com/smartsheet/automated-workflows/condition-blocks-filter-what-your-automated-workflows-send.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
