# メッセージ検索スクリーン＆チャンネルスクリーン

メッセージ検索画面とチャンネル画面には、すべての機能を制御する2つの主要なコンポーネントが含まれています。

## コンポーネント

### **入力フィールド**

<figure><img src="/files/Gmm4gG9GGhwbbXUpnHQX" alt=""><figcaption></figcaption></figure>

各画面には、ユーザーが入力を開始するとリストをフィルタリングし始める入力フィールドが含まれています。

### **リストコンポーネント**

各リストには、メッセージまたは利用可能なチャンネルに関する情報が含まれています。各リストは、画面上のそれらに接続された「入力」に表示されるテキストによってフィルタリングされます。

⚡ **アクション**

チャンネル画面：

* 各リストアイテムに
  * ⚡ ログインユーザーを更新 > アクティブチャンネル > チャンネルID。これにより、ユーザーがメッセージ画面に戻ったときにクリックしたチャンネルが表示されます
  * ⚡ ログインユーザーを更新 > チャンネル > 現在のチャンネルを追加\_ただし\_「現在のチャンネル > チャンネルユーザー」にログインユーザーが含まれていない場合のみ。
  * ⚡ アクションを「メッセージング」画面にリンク

{% hint style="danger" %}
コンポーネントの表示ルールと同様に、条件付きアクションがあります。何かが条件付きアクションを持っているかどうかを示すためには、アイコンに✨があることに気づくでしょう。

<img src="/files/fV4kn4VWy7IeriPUV55z" alt="" data-size="original">

これらのアクションを編集する場合は、適用されている条件ロジックを確認してください：

<img src="/files/WaS038maI1w9A6DMA9jZ" alt="" data-size="original">

これは、アクションの設定の「ADVANCED」の下に見つけることができます。
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://help.adalo.com/ja/feature-templates/group-messaging/search-messages-screen-and-channels-screen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
