How to sort a list according to ID

How can I arrange a list according to its id?
Csssaptsura
for example I have the list of all categories with their identification. if I click on the category with the id 1

CaptDDDura
You would have to access the list of all products and only obtain the products with the same id that would be 1

CSDSDSDaptura
and this is how the list created in the app would look like.

Basically I want to put together a list with all the products that have the same id.

Please Help.

For the first query use this extn,

Bubble sort the ID, then by using index is in the list you can order the categories as per ID

Then by using this method, you can sort the products as per the category id choosen

You can fetch the column with filter with this extension… You don’t need to filter the data in app as Airtable already provide filters.

1 Like

thank you very much i will try

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