Hello,
I want to create a URL which will find and zoom to a parcel for a parcel on the startup of an experience builder application. I can do this with the older WebApp Builder but I am not sure how to do this using experience builder.
Web App Builder URL:
Thank You
This looks like it could be helpful to you: https://community.esri.com/t5/education-blog/url-parameters-with-experience-builder-send-your/ba-p/1...
For users to be able to search and zoom to something:
Add a search widget to your map and then add a new search source and configure it to use the field you are interested in (parcel #).
Then move over to the action tab to configure it to zoom to your results. Here is how I set mine up.
I also like to change the zoom scale from automatic.
First, pull in the search widget into the map frame
Set the search widget to interact with the map.
Set your search to your liking for parcels. (Ex: Parcel ID and Owner Name)
General Search Options
Make sure Search Result is checked for Auto Select the first result
Then check actions to make sure that you have all three actions appear
https://doc.arcgis.com/en/experience-builder/latest/build-apps/url-parameters.htm
This link above is the link that will help you determine the URL for the search widget.
I hope this made sense and helpful.