<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Near Me Widget question #2 in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/near-me-widget-question-2/m-p/1654346#M21011</link>
    <description>&lt;P&gt;Does anyone have an idea on how I can use the Near Me widget with two different layers?&amp;nbsp; I would like to use a layer that is going to be the territory, called Layer#1 for example.&amp;nbsp; &amp;nbsp;I would like to search inside of Layer#1 for items in a different layer called Layer#2.&amp;nbsp; If the user chooses a near me location outside of the territory, (Layer#1) they would get a response stating that is not a valid search location.&lt;/P&gt;&lt;P&gt;Thank you in advance for any ideas.&amp;nbsp; I have a feeling I need to be setting this up in the Map and not in EB but I have no clue at this point.&amp;nbsp; I did see one example of this and the area outside of Layer#1 was grayed out and I would be great with that, just don't know how to do it.&lt;/P&gt;&lt;P&gt;Terry&lt;/P&gt;&lt;P&gt;I am including a map I saw that had this functionality.&amp;nbsp; I did reach out but have not gotten a response as of yet, so I wanted to see if anyone here had any ideas.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Sep 2025 19:38:49 GMT</pubDate>
    <dc:creator>TerrySteege</dc:creator>
    <dc:date>2025-09-30T19:38:49Z</dc:date>
    <item>
      <title>Near Me Widget question #2</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/near-me-widget-question-2/m-p/1654346#M21011</link>
      <description>&lt;P&gt;Does anyone have an idea on how I can use the Near Me widget with two different layers?&amp;nbsp; I would like to use a layer that is going to be the territory, called Layer#1 for example.&amp;nbsp; &amp;nbsp;I would like to search inside of Layer#1 for items in a different layer called Layer#2.&amp;nbsp; If the user chooses a near me location outside of the territory, (Layer#1) they would get a response stating that is not a valid search location.&lt;/P&gt;&lt;P&gt;Thank you in advance for any ideas.&amp;nbsp; I have a feeling I need to be setting this up in the Map and not in EB but I have no clue at this point.&amp;nbsp; I did see one example of this and the area outside of Layer#1 was grayed out and I would be great with that, just don't know how to do it.&lt;/P&gt;&lt;P&gt;Terry&lt;/P&gt;&lt;P&gt;I am including a map I saw that had this functionality.&amp;nbsp; I did reach out but have not gotten a response as of yet, so I wanted to see if anyone here had any ideas.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 19:38:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/near-me-widget-question-2/m-p/1654346#M21011</guid>
      <dc:creator>TerrySteege</dc:creator>
      <dc:date>2025-09-30T19:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Near Me Widget question #2</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/near-me-widget-question-2/m-p/1654383#M21014</link>
      <description>&lt;P&gt;Easiest (no-code): use &lt;EM&gt;Zone Lookup&lt;/EM&gt; Instant App&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Web map with Layer#1 (territory) + Layer#2 (targets).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Zone Lookup → set Zone layer = Layer#1, “Layers to show in zone” = Layer#2.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Turn on “Mask outside zone / gray out outside” and “Show message when address not in a zone.”&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Result: users click/tap; if outside territory → friendly “not a valid location” message.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Experience Builder (Near Me) setup&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Keep Near Me searching Layer#2.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Add a Query (or Filter) against Layer#1 that runs on map click (point buffer = 0) with Intersects.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If the Query returns 0 features, show an Alert/Text (“Outside territory”) and don’t run Near Me.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If ≥1, let Near Me execute; optionally add a mask layer in the web map (big rectangle minus territories) to gray out outside.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 30 Sep 2025 23:38:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/near-me-widget-question-2/m-p/1654383#M21014</guid>
      <dc:creator>VenkataKondepati</dc:creator>
      <dc:date>2025-09-30T23:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Near Me Widget question #2</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/near-me-widget-question-2/m-p/1654527#M21018</link>
      <description>&lt;P&gt;Thank you so much&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/923685"&gt;@VenkataKondepati&lt;/a&gt;&amp;nbsp; for your reply, unfortunately I have to use the "&lt;SPAN&gt;Experience Builder (Near Me) setup" as I have other functions the Near Me widget preforms for the end user.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I do have the Near me looking at Layer#2&lt;/LI&gt;&lt;LI&gt;To clarify, I need to add a Query Widget to the project correct, or is that a SQL query I build in the Map's Action - Message action - Add a trigger section?&lt;/LI&gt;&lt;LI&gt;To make a "map click" event happen, would that be a trigger or an Arcade script.&amp;nbsp; Sorry I am pretty new to this and have had to muddle along to get this far.&lt;/LI&gt;&lt;LI&gt;Thank you I was able to get the Mask layer to work so that helps too.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 02 Oct 2025 17:52:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/near-me-widget-question-2/m-p/1654527#M21018</guid>
      <dc:creator>TerrySteege</dc:creator>
      <dc:date>2025-10-02T17:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Near Me Widget question #2</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/near-me-widget-question-2/m-p/1655222#M21043</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/130244"&gt;@TerrySteege&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I understand your workflow correctly, you are looking to get results from Layer 2 that are intersected with Layer 1.&lt;/P&gt;&lt;P&gt;For example, I have a School district layer and a school layer. I would like to find all the schools within a particular school district.&lt;/P&gt;&lt;P&gt;In this type scenario, you can use multiple options, I have mentioned just two in here but you can also accomplish the same workflow using Filter, Query, List and other widgets as&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/923685"&gt;@VenkataKondepati&lt;/a&gt;&amp;nbsp;mentioned.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Run Near Me when a feature is selected on the map&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Add Near Me,&lt;/LI&gt;&lt;LI&gt;Add a Proximity analysis on School layer.&lt;/LI&gt;&lt;LI&gt;Change default buffer distance to &lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;From General tab, add some transparency to the sketch color&lt;/LI&gt;&lt;LI&gt;Click on the map widget and from the action tab&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Add a trigger &amp;gt; Record selection changes &amp;gt; Near me &amp;gt; Set location&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Save and publish.&lt;/LI&gt;&lt;LI&gt;Now launch the app and Click on a School District in the map and notice that Near Me run the analysis on School layer.&lt;/LI&gt;&lt;LI&gt;Example app:&amp;nbsp;&lt;A href="https://experience.arcgis.com/experience/09cea0a9538f42ab9d41001c51a05b88?draft=true" target="_blank"&gt;https://experience.arcgis.com/experience/09cea0a9538f42ab9d41001c51a05b88?draft=true&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Search a School district in the search widget and return all the schools within that district&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Add Near Me,&lt;/LI&gt;&lt;LI&gt;Add a Proximity analysis on School layer.&lt;/LI&gt;&lt;LI&gt;Change default buffer distance to &lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;From General tab, add some transparency to the sketch color&lt;/LI&gt;&lt;LI&gt;Add search widget&lt;/LI&gt;&lt;LI&gt;Configure search widget to search on School district layer only&lt;/LI&gt;&lt;LI&gt;Expand search Results section and make sure &lt;STRONG&gt;Auto select the first result&lt;/STRONG&gt; is checked.&lt;/LI&gt;&lt;LI&gt;Click on the Action tab of the Search widget&lt;/LI&gt;&lt;LI&gt;And in the Record selection changes message action, click &lt;STRONG&gt;Add action &amp;gt; Near me &amp;gt;Set location.&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;Save and publish.&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;Now search for Indian Prairie School District 204 in the search widget and notice that Near Me returns schools that are within the Indian Prairie School District.&lt;/LI&gt;&lt;LI&gt;Example app:&amp;nbsp;&lt;A href="https://experience.arcgis.com/experience/a2ec5a30877640bc8489210e62c71cdb?draft=true" target="_blank"&gt;https://experience.arcgis.com/experience/a2ec5a30877640bc8489210e62c71cdb?draft=true&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 03 Oct 2025 17:46:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/near-me-widget-question-2/m-p/1655222#M21043</guid>
      <dc:creator>AzizaParveen1</dc:creator>
      <dc:date>2025-10-03T17:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Near Me Widget question #2</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/near-me-widget-question-2/m-p/1690291#M22799</link>
      <description>&lt;P&gt;So am I reading this right that after all this time, Esri failed to make the near me widget work like the Situational Awareness widget it replaced?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 17:58:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/near-me-widget-question-2/m-p/1690291#M22799</guid>
      <dc:creator>Slamon</dc:creator>
      <dc:date>2026-03-12T17:58:10Z</dc:date>
    </item>
  </channel>
</rss>

