Hello people,
I have this scenario , i want in a gallery just show the last item based on this filter, should show the last item createn by the user and the status should be = "Finalizada" , i have the filter below created but i dont know how can i do for show just the last item.
SortByColumns(Filter(SolicitudDeViajes; EstadoSolViaje="FINALIZADA"; NombresApellidos.Email = User().Email; StartsWith(Title; TextSearchBox1_1.Text)); "Created"; If(SortDescending1;Ascending;Descending))