Sort records by createdTime

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.

Sorry for bumping an old thread, but has anyone tried sorting with an Auto Number field recently? I’m curious if other users have found this workaround effective or if there have been any updates in Softr that address sorting by createdTime directly. Would love to hear your experiences or any new tips you might have come across!