> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/ja/component-basics/connecting-lists-and-forms-to-a-database/lists-of-lists.md).

# リストのリスト

*スキルレベル: 中級*

## 開始前に

* 外部コレクションとリストのリストを使用することはお勧めしません。
* リストのリストを使用すると、コレクションから大量のデータを読み込む場合にパフォーマンスが低下する可能性があります。

***

Adaloは、リスト内にリストを作成する強力な機能を提供しています。たとえば、旅行計画アプリでは、旅行の日数をリストアップし、各日にその日のアクティビティのリストを表示したい場合があります。

![](/files/wQjNaMf65XGBxLYTug4B)

このリスト内のリストを作成するには、基本レベルから始めて段階的に構築するのが最適です。この例では、データベースにはTrips、Days、Activitiesの3つのコレクションがあります。DaysにはTripsへの関係プロパティがあり、ActivitiesにはDaysへの関係プロパティがあります。

1. 画面にシンプルなリストを追加します
2. リストをアクティビティのリストに設定します
3. シンプルなリストの上に、日付ヘッダーとして機能するテキストコンポーネントを追加します
4. アクティビティリストの下にアクティビティを追加するボタンを追加します
5. 今度は、シンプルなリスト、ヘッダーテキスト、およびボタンコンポーネントを選択します
6. 左パネルで「リストを作成」ボタンをクリックします
7. 左パネルで、新しいリストをDaysのリストに設定します
8. フィルタをCurrent Trip Daysに設定します
9. 今度は、ヘッダーテキストをクリックして、マジックテキストをCurrent Day Nameに設定します
10. 今度は、シンプルなリストをクリックして、フィルタをCurrent Day Activitiesに設定します

![](/files/exEVFlcCWam54DqNg9Nt)


---

# 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://help.adalo.com/ja/component-basics/connecting-lists-and-forms-to-a-database/lists-of-lists.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.
