I have an Experience Builder app in ArcGIS online which just consists of a Map. I then embed this in an iFrame and embed some filter criteria using a URL like this:
https://experience.arcgis.com/experience/ba725864d9a1434494e01bf93703947c?data_filter=b2f671a95d274d...
It shows my data, but the map is zoomed to the whole of the US, and I'd like it to zoom to whatever points are available after the filter is applied.
I have tried:
- Creating a trigger on the Map in Experience Builder (it seems like you can create a trigger on some other element to filter a map, but I really want to create a trigger on the URL parameters)
- Appending the zoom_to_selection URL parameter as suggested in the help