We currently use the Web Mapping Application as we can embed it into our company software, click a button on a property and with the "&find" feature, it takes us directly to the property.
Can this be done with Experience Builder yet? If not, is this something that can be added?
Here is an example of what we currently use. We are hoping to have the same option for experience builder. Does anyone have any suggestions or insight?
Experience Builder also uses URL parameters. Look at the Data-related parameters section to see how to configure it to zoom to your selected feature
In the old web mapping application, we had &find= which would be used to search the attribute tables of all layers. Now in experience builder, we have to externally save every layer id per map and use it to programmatically build links.
We currently have no equivalent of the &find parameter in experience builder.
You can add a search widget and use the search URL parameter. The URL would be something like #<searchWidgetID>=search_status:{"searchText":"<text>"}
Please find details in the help doc - https://doc.arcgis.com/en/experience-builder/latest/build-apps/url-parameters.htm#ESRI_SECTION2_4481...
Thanks,
Shengdi