I am trying to get a URL parameter to link to a feature (and zoom the map) in my operations dashboard when the user clicks a hyperlink.
Following the documentation and documentation
<scheme>://<yourURL>/apps/dashboards/<id>#param=value.
I have constructed this URL:
https://zzz/opsdashboard/#/e111b7658c374eb389998fd85f9d98aa#p2={3FD799C2-4C03-4660-AD5D-6668154D5F1C}
Where zzz is portal address, p2 is the parameter name (see img below) and the global id is between the curly brackets {}
Also tried above with encoding: #p2=%7B3FD799C2-4C03-4660-AD5D-6668154D5F1C%7D
The dashboard loads but doesn’t zoom to feature as desired
The map is not in a tab.
I am using the global id because I can't seem to create a unique field in version of portal as described here:
Add a unique constraint to a field
Running ArcGIS for Portal 10.8.1
