Announcements
Sort( Filter(Tickets; ID_Usuarios.Value=User().Email), <CreationDateTimeColumnName>, SortOrder.Descending )
Sort(Filter(Tickets; ID_Usuarios.Value = User().Email ); Created; Descending ) // 'Created' – if this column name is different, please replace it with the correct column name you want to use for sorting.
Created
To show the most recent results first, you need to combine filter with Sort or SortByColumns in Power Apps.
Sort( Filter(Tickets, ID_Usuarios.Value = User().Email), "Created", SortOrder.Descending )
Sort( Filter(Tickets, ID_Usuarios.Value = User().Email), "ID", SortOrder.Descending )
I hope this works for you!
Sort( Filter(Tickets; ID_Usuarios.Value=User().Email), Fecha, SortOrder.Descending )
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 424
WarrenBelz 355 Most Valuable Professional
11manish 290