In your current implementation, once you reach the detail page, you no longer have the list accessible anywhere. So, question about your data: given a single record, is it easy for you to determine which item would be next/previous?
If so, a microflow for the next and previous buttons would work well here. If not, your best bet might be to use a master/detail view where you keep the data grid on the left side of the page while showing the detail on the right. There are other solutions using a microflow to source your data grid as well if necessary. Let me know if we need to go that route and I can provide some guidance.
hi Eric – thanks for those tips. I decided to go the list view route …