Hello. Recently I started using Softr in my site with Airtable integration but I have been facing an issue for days that I can’t figure out. When I do POST /data the records are listed in alphabetical order based in the id, however, I need it to be sorted based in createdTime from newest to oldest. I’ve tried filters/sortingOptions but they seem to focus on fields and createdTime isn’t a field. Is there any other way?
Hi @MarioF,
Can you please try creating an Auto Number field in your database and then apply sorting based on that Auto Number field instead of a Created Time field?
The Auto Number field will assign a consecutive number to each record at the moment of its creation.