My app has 5 screens (Main, Edit Details, Search By Members, Search By Region, Item Details). 3 of the 5 screens (with respective galleries) are pointing to Item Details screen.
Issue: When selecting an item from 'Search By Members' screen, it is showing the data from Main screen. For example, if Main screen has 3 names (ABC, PQR, XYZ) and Search By Members also has same 3 names. When I click on PQR on 'Search By Members', it is showing ABC details in Item Details view.
How can I make the 'Search By Members' screen gallery to point to its own gallery. Please see attached for snapshots.