listview max number of element

0
I have a listview that contain a very big amount of elements, I would like to retrieve just the latest, five for example.   Is there a way to do that in xpath?
asked
2 answers
2

Hi,

Working with the Custom Amount as well as the Sorting should do the trick :)

answered
1

thank you but the list that I display has a source of xpath, not microflow(and use xpath in it).

So i guess the only way is the sort option (and hide the load more), or use a microflow as a source.

answered