List View Shortage old to latest

Hi Everyone, I need help. I am developing an app that reads data from google sheet with listview component. I want to show listview component with most recently saved data showing 1st to the oldest data.. What Can I do now? Thanks.

Use gviz and sort your data as you like

Taifun

Not like this.
I want to show google sheet data showing last to fast like as sort Z-A
in List view component.

Which column is it you like to sort?

To sort the data by column A descending you could send the following sql query to the spreadsheet

select * order by A desc

Taifun

Here, instead of add items to list block, use insert blocks with index 1.

Let me introduce you to a new data type, called the datetimestamp.

It is a sortable number that can be made to look like a date and time.

Add one to each row of the data.