my current idea of a solution: Say i have a filtered repeating group, now i want the items in that repeating group to be saved in a database called ”users filtered items”, then i want to create a page where they can cycle through each item.
You can easily add filtered items of a repeating group to something else. And in the second page, you can also easily swipe between filtered items (which is not filtered items any more, which is in the list you saved them).
See the demo below. I show a list of cards in a repeating group and can filter them by a value. Then, I add these filtered list to the User’s list somewhere. And the repeating group on the right shows user’s items (Which you can do anything from then on):