Description
I have an app with List component. I’m trying to sort the data based on the Time column: Hora, that comes from a Glide table. This sorting is not working:
This sorting was working before in this component, but when I migrated the app data from Google Sheets to Glide Tables (and therefore rebuilt it) this stopped working.
How to replicate
Create a list component from a Glide Table
Have a Time Only without seconds column in the Glide table
So you have the date in a column, and the hour in another? Is there a reason you don’t have the date/time combined in one? Not that it is the reason for the bug here, thought I may ask.
I would try to use a math column with the formula HOUR(T) with T being the “Hora” column, and sort by that column to see if it helps.