I have an experience builder site with a list that works on a to select cities and then display them on a map. That list is generated from a feature service and then has a framework filter to filter certain records for use in time series charts on another page.
Basically, if you select one city, it shows you some time series data for that city. This all works, but I would like to have an undo filter button on the same page as the charts so you can see the same time series data for all of the cities. Currently, I can go back to the main page, clear the selection in the list, and then return to the time series page, but the UX there is pretty awful. Am I missing something about how to clear the selection from a list or how to undo a framework filter? Thanks!