Sort Airtable list by multiple values?

Hi, is it possible to sort a list from Airtable using this documentation: Sorting Airtable Lists - Adalo Resources but with multiple values, instead of just one? For example, I want to sort by “Status” first and then by “Name” of the task, and then by “Due date”.

Hi, I’ve found the solution with a little tinkering. The filter that I usually add for sorting are like this

image

image

The column name in my Airtable base is “Status” in this example. This sorts it in ascending way. To add more sorting values, I add these additional filters and sorting directions by just changing the number in sort[0]field to sort[1]field, sort[1]direction, sort[2]field, sort[2]direction.

image

Here, I’m sorting with the airtable column called “Task type”

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.