Hopefully this is an easy one, but I haven't been able to find an answer.
I'm constructing a hyperlink in the pop-up of a point feature in the (new) Map Viewer web map. This hyperlink launches a Dashboard I have constructed. I'd like the Dashboard to zoom to the feature whose pop-up I had open in the web map. I have been testing URL parameters, but the Feature Parameters in my Dashboard settings don't zoom to the features, they just filter the other indicators I have (this might be a separate issue?).
I think I can solve this if I add a geometry point URL parameter. I just don't know the syntax to append the coordinates of the currently selected pop-up point to the end of the URL.
Something like https://company.maps.arcgis.com/apps/dashboards/<ID>#Geo={geometry}, where 'Geo' is the name given to my URL parameter, and '{geometry}' is the coordinate attribute pair I need to pull from the feature and pass to the Dashboard.