# Airtableリストの並べ替え

外部Airtableコレクションに接続されたリストをソートするには、リストに2つのフィルタを追加する必要があります。

1\) リストを選択した状態で、左パネルでリストが外部コレクションに接続されていることを確認します。

2\) 「フィルタを追加」ボタンをクリックします。

3\) この最初のフィルタの名前には、「sort\[0]\[field]」と入力します。

4\) このフィルタの値には、Airtableの**列の名前**（マジックテキストではなく）を入力します。注意：列の名前にスペースや特殊文字が含まれている場合、それらをエンコードする特別な処理は必要ありません。Adaloが自動的に処理してくれます。

![](/files/djYVCFL68ZNeOLsQZqZC)

5\) 最初のフィルタを折りたたむために「完了」ボタンをクリックし、次に「フィルタを追加」ボタンをクリックして2番目のフィルタを追加します。

6\) この2番目のフィルタの名前には、「sort\[0]\[direction]」と入力します。

7\) このフィルタの値には、「asc」または「desc」のいずれかを入力します。昇順（つまり、最小から最大へ / アルファベット順）または降順（つまり、最大から最小へ / 逆アルファベット順）でソートしたいかに応じて選択します。

![](/files/eQYlLmaUtzT6qjNZFQQy)


---

# 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/integrations/airtable/working-with-lists/sorting-airtable-lists.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.
