# Sorting Airtable Lists

To sort a list connected to an external Airtable collection, you need to add two filters to the list

1\) With the list selected, in the left panel, make sure the list is connected to an external collection

2\) Click the Add Filter button

3\) For the Name of this first filter, enter "sort\[0]\[field]"&#x20;

4\) For the Value of this filter, type the **name of the column** in Airtable (not magic text) you want to sort by.  Note: If your column name has any spaces or special characters, you don't need to do anything special to encode them.  Adalo will take care of this automatically for you.

![](/files/-M2jYAvlxez2vJrBget4)

5\) Click the Done button to collapse the first filter, and then click the Add Filter button to add the second filter.

6\) For the Name of this second filter, enter "sort\[0]\[direction]"

7\) For the Value of this filter, enter either "asc" or "desc" depending on whether you want to sort ascending (ie smallest to largest / alphabetical) or descending (ie largest to smallest / reverse-alphabetical)

![](/files/-M2jYdwYiDtMyEheYtSS)


---

# 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/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.
