I have a list of items that show up in a repeating group based on filters I have set up. If a user clicks on one of these items, they navigate to a page about that item. If they use the browser’s back function, they’ll go back to the list—but not to the point they were at in the list.
I’d like my repeating group to “remember” where someone was on the list when they go back (essentially, anchor to the item they last clicked on) , but I’m not sure how to set a condition based on a browser action.