Next/Previous Button inside dataview

0
I have a list from search results from which I am opening anyone result with it’s details. I want to add next and previous button on that page. If I click on ‘NEXT’ button it will open next result from search result list and previous result for ‘PREVIOUS’ button. How can I achieve this scenario?
asked
1 answers
0

Hey, you might need to pass list of objects to that page with detail so it can be used in microflow on buttons Previous/Next. You will calculate which object from the list is the current one and use that information to find prev/next object and render new page with details

answered