In Reactive Web App I have a list on my home screen which indicates the full items of the list. However I want to show a list with the last five items added. I have sorted the list by CreatedOn attribute. But I couldn't filter the list as I wanted. Is there a way to do that?
Thanks in advance,
Elif
Hi @Elif Gul Kalayci 1. Sort aggregate DEC by Id2. Set max records to Number you want The aggregate list you are selecting on your display screen have one property called Max Records you can set it to 5. I am attaching screenshot for your reference.
Let me know if you have any doubt
Thanks,
Shriyash
It worked. Thanks a lot!
Glad to help you! @ElifCheers
Hi @Elif Gul Kalayci
To show the last 5 records in your list, you need to do the following in your aggregate:
Meetali
Thanks for your help!