Select to view content in your preferred language

trigger a search from a pop-up

497
1
05-23-2024 07:54 AM
clt_cabq
Frequent Contributor

Is it possible to have a popup and then trigger a search of values in a popup? For instance, if parcel owner is a value in a popup panel, I'd like users to be able to then launch a search of the parcel layer for that owner and return the results in some fashion. I'm open to suggestions using arcade, experience builder, dashboards, etc. 

Tags (2)
0 Kudos
1 Reply
Laura
by MVP Regular Contributor
MVP Regular Contributor

Using Experience Builder

  1. Create Your Map:

  2. Configure Popups:

    • Set up a popup for the parcel layer that includes the parcel owner information. You can do this in the map's settings.
    • Use Arcade expressions if needed to format the displayed values or to create custom attributes in the popup.
  3. Add a Search Widget:

    • Include a Search widget in your Experience Builder application. This widget can be configured to search based on the parcel owner's name.
  4. Configure Actions:

    • Set up an Action in the popup to trigger the search. When the user clicks on the parcel owner's name in the popup, you can configure it to use the search widget.
    • Use the On Click action to connect the popup to the search widget. For instance, you can set it to populate the search field with the clicked parcel owner's name.
  5. Display Results:

    • Ensure the search results are displayed on the map or in a list below the map. Users can click on these results for more details.
0 Kudos