I have an Experience Builder application consisting of 4 different pages. The app opens up to a main "Landing Page" in which users can search for plants that are located in a botanical garden. Once the user makes their selection, they can navigate to the "Main Map" page which shows the selected records.
There are a few ways to search through the plant records including (1) a list widget where the user can search by name, ID number or location, (2) a separate widget consisting of drop-down filters which filter the plant records list widget (1), and (3) a list widget that is connected to a standalone table of species names which is related to plant records list widget (1). This third widget is the list that is giving me issues.
When a user selects a species from this list, the plant records list (1) is filtered to show all records of the selected species. The user also has an option to click a "View Info" button in this list and go to a page with information specific to the species, a list of records filtered to those with the selected species name, and a map showing all of the filtered records. There is also a button that leads to the "Main Map" page. The problem arises if a user selects a record in the list on this "View Info" page and then goes to the "Main Map" page, and then back to the "Landing Page." If the user does this, the species list on the "Landing Page" only shows the previously selected species, even if there are no selections/filters applied. I cannot figure out why this is happening and was hoping someone could provide some guidance or can vouch to this issue happening to them as well.