I want to see new entries/requests first then old requests

I want to see new entries/requests first then old requests.

I tried it using filter on my timestamp column but it automatically get back to its default order.

New requests to be shown first then old ones. Please Help.

Moderator note: Edited out personal information from images.

Hi @Kash-1c06, I'm happy to help! :slight_smile: :honeybee:

There's a couple of ways to achieve this.

On the list, you can add a FILTER which will display the data in a descending order by your start date. It would look something like this:

=Filter(Timeoff,"ORDER BY Timeoff[Start] DESC")

The other option is to use the auto filter and sort features to add user controls in the app. This gives the user the ability to choose what they'd like to filter and sort by:

The controls can be turned on and off in the list properties:

And this is how it looks in the app:

Hope this helps! Let us know if you have any other questions. :honey_pot: