Filtering a list

How would I filter a list to show users there last five most recent items they have used to appear in the list every time they go into the list?

Solved Solved
1 3 121
1 ACCEPTED SOLUTION

Hi @a_fatima
Have you had a look at TOP()
That may be what you are after.

View solution in original post

3 REPLIES 3

Hi @a_fatima
Have you had a look at TOP()
That may be what you are after.

Possible with an ORDERBY() as well, inside of the TOP()


Thank you TOP() worked great! Just what I was looking for!

Top Labels in this Space