<?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 Re: Relevant note when incorrect address is entered in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-note-when-incorrect-address-is-entered/m-p/1375880#M54410</link>
    <description>&lt;P&gt;It is just a single address, but it is technically a whole string of townhomes. I can see what you're saying with slight variations to the address posing an issue. I imagine they have unit numbers that would be problematic in this instance.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jan 2024 12:13:29 GMT</pubDate>
    <dc:creator>MikhaylaB</dc:creator>
    <dc:date>2024-01-30T12:13:29Z</dc:date>
    <item>
      <title>Relevant note when incorrect address is entered</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-note-when-incorrect-address-is-entered/m-p/1374603#M54334</link>
      <description>&lt;P&gt;I have a form for customers to request a service at their address, but we do not want to provide this service to a specific address. How can I generate a note or prohibit the survey's submission if that one address is entered?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code in the linked image is just my attempt at a guess, but I updated the ${bannedAddress} to ${Address} to match the geocoded address field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 19:18:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-note-when-incorrect-address-is-entered/m-p/1374603#M54334</guid>
      <dc:creator>MikhaylaB</dc:creator>
      <dc:date>2024-01-25T19:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Relevant note when incorrect address is entered</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-note-when-incorrect-address-is-entered/m-p/1374664#M54337</link>
      <description>&lt;P&gt;I would use the pulldata function (&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-addresses-and-the/ba-p/1099132" target="_self"&gt;as outlined in this blog&lt;/A&gt;) to grab the searched for address information and apply that to your note and/or a constraint. See the attached sample XLS.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 21:15:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-note-when-incorrect-address-is-entered/m-p/1374664#M54337</guid>
      <dc:creator>JenniferAcunto</dc:creator>
      <dc:date>2024-01-25T21:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Relevant note when incorrect address is entered</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-note-when-incorrect-address-is-entered/m-p/1374692#M54339</link>
      <description>&lt;P&gt;The issue you may run into is that "24 Restricted Street" and "24 Restricted St" are different things. All it takes is an abbreviation, extra dash, or random space and you have a different text string.&lt;/P&gt;&lt;P&gt;Is it just a single address/location you want to restrict? Or more like, "this neighbourhood is dangerous, so we don't service there"? If it's just a &lt;EM&gt;single&lt;/EM&gt; address, that may be hard (mainly because side-stepping that address by a few meters would work). But if we are talking a slightly larger region, I'd suggest something like:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Determine your "restricted zone" in the form of a polygon.&lt;/LI&gt;&lt;LI&gt;Use a geocoding service (as &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/160974"&gt;@JenniferAcunto&lt;/a&gt; referenced below) and extract your location&lt;/LI&gt;&lt;LI&gt;Compare your location to your "restricted zone", and if the point falls within that polygon, return "no can do!"&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Basically, you'd be wanting to do the reverse of &lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/out-of-bounds/ba-p/1001100" target="_self"&gt;this&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 22:00:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-note-when-incorrect-address-is-entered/m-p/1374692#M54339</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-01-25T22:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Relevant note when incorrect address is entered</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-note-when-incorrect-address-is-entered/m-p/1375880#M54410</link>
      <description>&lt;P&gt;It is just a single address, but it is technically a whole string of townhomes. I can see what you're saying with slight variations to the address posing an issue. I imagine they have unit numbers that would be problematic in this instance.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 12:13:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-note-when-incorrect-address-is-entered/m-p/1375880#M54410</guid>
      <dc:creator>MikhaylaB</dc:creator>
      <dc:date>2024-01-30T12:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Relevant note when incorrect address is entered</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-note-when-incorrect-address-is-entered/m-p/1376003#M54423</link>
      <description>&lt;P&gt;I got this to work, thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 17:30:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-note-when-incorrect-address-is-entered/m-p/1376003#M54423</guid>
      <dc:creator>MikhaylaB</dc:creator>
      <dc:date>2024-01-30T17:30:43Z</dc:date>
    </item>
  </channel>
</rss>

