I’m really sorry, currently airtable doesn’t offer a method to call a tow orderly, but you can use column for better result.
However I will add this to my look into list.
i am making a simple ecom app and i was working with the Mobile database only and everything was working ok. but when i started multiple tables for example Laptops then the data is not in the same order. FYI i duplicated the mobile table and changed its name only to Laptops.
so the main problem is when i fetch data from mobile table, at index 6 i get the product name.
so if i duplicate the table and changed its name and fetch the data from same index i should get the same result, which is product name but unfortunately it shows price from the the product which is at index 7 in mobile table.
in laptop tables price of the product is at index 6. due to this issue app will not be dynamic.
no error if call mobile table, but the error screenshot pops out if i call Laptops table