<?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: Auto Populate address at collection point in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/auto-populate-address-at-collection-point/m-p/1311565#M6601</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/439054"&gt;@SPGilbert&lt;/a&gt;&amp;nbsp;If you have your address layer in AGOL, use the below:&lt;/P&gt;&lt;P&gt;var features = Intersects(FeatureSetByPortalItem(Portal('&lt;A href="https://www.arcgis.com" target="_blank"&gt;https://www.arcgis.com&lt;/A&gt;'),"&lt;STRONG&gt;Your AGOL Item Number for Your Address Layer Goes Here&lt;/STRONG&gt;", 0), $feature);&lt;/P&gt;&lt;P&gt;if (Count(features) &amp;gt; 0) {&lt;BR /&gt;return First(features)['&lt;STRONG&gt;Your Address Number Field Name Goes Here&lt;/STRONG&gt;']&lt;BR /&gt;}&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2023 15:49:30 GMT</pubDate>
    <dc:creator>ArmstKP</dc:creator>
    <dc:date>2023-07-25T15:49:30Z</dc:date>
    <item>
      <title>Auto Populate address at collection point</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/auto-populate-address-at-collection-point/m-p/1193712#M4146</link>
      <description>&lt;P&gt;I have uploaded a shape file to AGOL as a hosted feature layer and I have created a form in Field Maps to capture data in the field.&amp;nbsp; The feature layer has an address field and I was wondering if it's possible for the address to auto populate in this field when field users capture collection points?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 22:37:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/auto-populate-address-at-collection-point/m-p/1193712#M4146</guid>
      <dc:creator>CourtneyWatson</dc:creator>
      <dc:date>2022-07-19T22:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Populate address at collection point</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/auto-populate-address-at-collection-point/m-p/1196721#M4201</link>
      <description>&lt;P&gt;Yes, that is possible by using Arcade and a Calculated Expression for the address field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArmstKP_0-1659013501074.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/46997i4A08688566AF7C40/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ArmstKP_0-1659013501074.png" alt="ArmstKP_0-1659013501074.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ArmstKP_0-1659013501074.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 13:05:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/auto-populate-address-at-collection-point/m-p/1196721#M4201</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2022-07-28T13:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Populate address at collection point</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/auto-populate-address-at-collection-point/m-p/1311551#M6598</link>
      <description>&lt;P&gt;Can you please elaborate&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/563014"&gt;@ArmstKP&lt;/a&gt;&amp;nbsp;. I understand we can use arcade expressions to pull from other data layers within map but still do see how to auto populate attributes directly from "dropped pin"/"collect here" screen.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 15:29:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/auto-populate-address-at-collection-point/m-p/1311551#M6598</guid>
      <dc:creator>SPGilbert</dc:creator>
      <dc:date>2023-07-25T15:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Populate address at collection point</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/auto-populate-address-at-collection-point/m-p/1311556#M6599</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/439054"&gt;@SPGilbert&lt;/a&gt;&amp;nbsp;I guess I don't understand.&amp;nbsp; You can create a calculated expression, that goes out and finds the address number that intersects with the dropped pin/point and it populates that value in this field in Field Maps designer...&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 15:38:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/auto-populate-address-at-collection-point/m-p/1311556#M6599</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2023-07-25T15:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Populate address at collection point</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/auto-populate-address-at-collection-point/m-p/1311559#M6600</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/563014"&gt;@ArmstKP&lt;/a&gt;, I believe I'm the one that doesn't understand. Can you give me an example expression that performs this?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 15:42:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/auto-populate-address-at-collection-point/m-p/1311559#M6600</guid>
      <dc:creator>SPGilbert</dc:creator>
      <dc:date>2023-07-25T15:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Populate address at collection point</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/auto-populate-address-at-collection-point/m-p/1311565#M6601</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/439054"&gt;@SPGilbert&lt;/a&gt;&amp;nbsp;If you have your address layer in AGOL, use the below:&lt;/P&gt;&lt;P&gt;var features = Intersects(FeatureSetByPortalItem(Portal('&lt;A href="https://www.arcgis.com" target="_blank"&gt;https://www.arcgis.com&lt;/A&gt;'),"&lt;STRONG&gt;Your AGOL Item Number for Your Address Layer Goes Here&lt;/STRONG&gt;", 0), $feature);&lt;/P&gt;&lt;P&gt;if (Count(features) &amp;gt; 0) {&lt;BR /&gt;return First(features)['&lt;STRONG&gt;Your Address Number Field Name Goes Here&lt;/STRONG&gt;']&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 15:49:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/auto-populate-address-at-collection-point/m-p/1311565#M6601</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2023-07-25T15:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Populate address at collection point</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/auto-populate-address-at-collection-point/m-p/1311571#M6602</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/563014"&gt;@ArmstKP&lt;/a&gt;&amp;nbsp; OK, your pulling that information from one of your own parcel/data layers. When you drop a pin within Field Maps, it brings up the coordinates and the associated address for that location. So the&amp;nbsp;ability I'm asking Esri for is to allow us to pull the information directly. Sort of like within Survey123, where you can pull lat/long from geopoint collection and reverse geocode it directly, without having to use a separate address layer source. Thanks for the example.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 16:01:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/auto-populate-address-at-collection-point/m-p/1311571#M6602</guid>
      <dc:creator>SPGilbert</dc:creator>
      <dc:date>2023-07-25T16:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Populate address at collection point</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/auto-populate-address-at-collection-point/m-p/1400803#M8192</link>
      <description>&lt;P&gt;I, too would like to see this feature&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 10:04:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/auto-populate-address-at-collection-point/m-p/1400803#M8192</guid>
      <dc:creator>JoshLawton</dc:creator>
      <dc:date>2024-03-26T10:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Populate address at collection point</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/auto-populate-address-at-collection-point/m-p/1687900#M12382</link>
      <description>&lt;P&gt;You can vote for the idea here:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-field-maps-ideas/auto-populate-address/idi-p/1685841" target="_blank"&gt;Auto populate address - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 07:23:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/auto-populate-address-at-collection-point/m-p/1687900#M12382</guid>
      <dc:creator>SimonSchütte_ct</dc:creator>
      <dc:date>2026-03-03T07:23:50Z</dc:date>
    </item>
  </channel>
</rss>

