Hi there,
I'm still not sure if this is possible with Experience Builder...
I would like to have a link from a database item to an experience builder app using a 'dynamic' URL.
Clicking the URL in the database item should open a new window, load the experience builder app and zoom to the related feature.
I know this is possible in the WebApp Builder by using "?find="
http://<your portal url>/apps/webappviewer/index.html?find=380 new york street, redlands, ca
In the experience builder apps, this does not work anymore...
I think you can use "?data_id=". However, the ID is not really user-friendly.
?data_id=dataSource_1-Fun_5299%3 is referring to a layer, while A13 is the actual item...
I find this quite frustrating. There should be a much easier way. Is there one??
I would love to see a solution for this!
Can someone explain the URL parameters?
I know we have waiting for this feature for quite some time. In fact, we have not fully moved to the new map and experience builder because of this missing function. I spoken with an individual from ESRI and they told me "friendly" URLs should coming to Experience builder in early 2024 (I am hoping sometime in Q1 of 2024). I also assume their statement meant, the functionality will come to ArcGIS Online in 2024 but, I am not sure when it will be available in Enterprise.
Best,
Heath
I'm still having to use the webapp builder maps for some applications because I can't get this to work on exp. builder yet. Really need it to work the same with the ?find= functionality.
Just figured out this can be done in an instant app, which is what I ended up doing...using the same base webmap that is operating in my exp builder. You can set a custom parameter, and carry it over from your third party software. At that point you can dig into the search settings and adjust the behavior further:
In this case I just added '&taxlot=[number passed in from other software]' to the end of my link.