Hello,
I have an experience builder that populates a list when a user click a location on the map. The list includes all intersecting features. The features themselves represent the footprints of some aerial imagery. I want to be able to click an item on the list and open it in a news window, where a larger version of the image in the list is displayed. The problem is, whenever i select and item from the list, the window populates with the first items data, not the data of the selection. (i'd like to do this without clearing the list)
I feel like im missing something.