Question
Implementing pagination for displaying records with navigation button
Hi,
I'm currently working on an interface where I display data queried from a record type and store it in a local variable. I'm then looping through this local variable to display the content
Now I would like to modify my expression so that it only shows 5 records at a time, with next and back navigation buttons to show next set of records, similar to the functionality in a read-only grid. Can anyone please guide me how to achieve this?
