<?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 Survey 123 Auto Populate from Layer in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-auto-populate-from-layer/m-p/1325144#M51528</link>
    <description>&lt;P&gt;Hello I am trying to create a Survey 123 survey where the user selects the 'AssetID' from a list generated from a layer in ArcGIS Online and then uses the selected 'AssetID' to auto-populate other fields.&lt;/P&gt;&lt;P&gt;I have been able to get the list of AssetIDs but can get the auto-populate other fields to work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;At present I am trying directly in Survey 123 but also happy to get advice on doing the same in Survey 123 Connect.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Sep 2023 02:52:18 GMT</pubDate>
    <dc:creator>DeanHowell1</dc:creator>
    <dc:date>2023-09-04T02:52:18Z</dc:date>
    <item>
      <title>Survey 123 Auto Populate from Layer</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-auto-populate-from-layer/m-p/1325144#M51528</link>
      <description>&lt;P&gt;Hello I am trying to create a Survey 123 survey where the user selects the 'AssetID' from a list generated from a layer in ArcGIS Online and then uses the selected 'AssetID' to auto-populate other fields.&lt;/P&gt;&lt;P&gt;I have been able to get the list of AssetIDs but can get the auto-populate other fields to work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;At present I am trying directly in Survey 123 but also happy to get advice on doing the same in Survey 123 Connect.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 02:52:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-auto-populate-from-layer/m-p/1325144#M51528</guid>
      <dc:creator>DeanHowell1</dc:creator>
      <dc:date>2023-09-04T02:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Auto Populate from Layer</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-auto-populate-from-layer/m-p/1325693#M51555</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/276451"&gt;@DeanHowell1&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can configure a calculation in the Survey123 web designer to query an ArcGIS feature layer or table, please see &lt;A href="https://doc.arcgis.com/en/survey123/browser/create-surveys/webdesigneressentials.htm" target="_self"&gt;this documentation&lt;/A&gt; for the workflow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Survey123 Connect this is called &lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_BB97985CAFB740EE8AEF99EFD6E238E3" target="_self"&gt;pulldata("@layer"),&lt;/A&gt;&amp;nbsp;please see this &lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-pulldata-quot-layer/ba-p/1224415" target="_self"&gt;Esri Community blog&lt;/A&gt; for more information.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 00:51:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-auto-populate-from-layer/m-p/1325693#M51555</guid>
      <dc:creator>ZacharySutherby</dc:creator>
      <dc:date>2023-09-06T00:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Auto Populate from Layer</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-auto-populate-from-layer/m-p/1327143#M51633</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/251557"&gt;@ZacharySutherby&lt;/a&gt;&amp;nbsp;I appreciate the link but a comment for Esri in general it would be great to have downloadable examples to be able to see how these things work.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 04:56:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-auto-populate-from-layer/m-p/1327143#M51633</guid>
      <dc:creator>DeanHowell1</dc:creator>
      <dc:date>2023-09-11T04:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Auto Populate from Layer</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-auto-populate-from-layer/m-p/1397395#M55566</link>
      <description>&lt;P&gt;How did you generate the list of asset IDs?&amp;nbsp; I can get the other attributes to load using a calculation that looks like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;pulldata("@layer", "getValue", "attributes.asset_name","&lt;A href="https://services5.arcgis.com/YTApDBs0YanBdxkq/arcgis/rest/services/service_7365ff317d494a2abdd9de6904277961/FeatureServer/0" target="_blank"&gt;https://services5.arcgis.com/YTApDBs0YanBdxkq/arcgis/rest/services/service_7365ff317d494a2abdd9de6904277961/FeatureServer/0&lt;/A&gt;", ${where2})&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ${where2} =&amp;nbsp;concat("asset_id = '", ${asset_id}, "'")&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 17:26:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-auto-populate-from-layer/m-p/1397395#M55566</guid>
      <dc:creator>BNix_TPA</dc:creator>
      <dc:date>2024-03-18T17:26:44Z</dc:date>
    </item>
  </channel>
</rss>

