Hi,
I’m building a marketplace app with a page which displays products using nested repeating groups.
The first repeating group provides the category of the product, and the second (nested) repeating group then displays all of the products for that given category.
When a user clicks on a product they are taken to a page with details of that product.
The issue I’m having is when the user returns to marketplace page I’d like the nested repeating group to retain its position - but there doesn’t seem a way to do this.
The ‘Scroll to entry’ action only seems to work on the top level RGs - when I try and set an workflow action (say on page load) and then use ‘scroll to entry’ i only can select the top level RG.
So far I’ve set it so that when the user clicks on the product I’m setting a custom state with the product value in it, and I’ve managed to put a button within each cell of the first RG which will scroll the second (nested) RG to the correct position - but obviously I want this to happen on page load, rather than a user clicking.
If anyone has any ideas how I can achieve this i’d be grateful - it must be a common issue for ecommerce/marketplace type builds.
Many thanks
Martin