<?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: Survey123 Output as Related Table Deployment in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-output-as-related-table-deployment/m-p/1090910#M36637</link>
    <description>&lt;P&gt;Not sure if there is a question here but I have been doing this for years and it works slick.&amp;nbsp;&lt;/P&gt;&lt;P&gt;One tip is let 123 build the schema GDB for you then just download and copy paste.&amp;nbsp; No need to type it all out.&lt;/P&gt;&lt;P&gt;See here&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/mapping-with-survey123-within-a-polygon-or-admin/td-p/836112" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-survey123-questions/mapping-with-survey123-within-a-polygon-or-admin/td-p/836112&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can use fields across the related tables with Arcade using the FeatureSet functions.&lt;/P&gt;&lt;P&gt;I also suggest not using globalids.&amp;nbsp; Many reasons here&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-collector-questions/related-tables-for-offline-data-collection/td-p/92900" target="_blank"&gt;https://community.esri.com/t5/arcgis-collector-questions/related-tables-for-offline-data-collection/td-p/92900&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;</description>
    <pubDate>Fri, 20 Aug 2021 18:53:22 GMT</pubDate>
    <dc:creator>DougBrowning</dc:creator>
    <dc:date>2021-08-20T18:53:22Z</dc:date>
    <item>
      <title>Survey123 Output as Related Table Deployment</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-output-as-related-table-deployment/m-p/1090906#M36636</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Description: &lt;/STRONG&gt;Instead of publishing a feature layer along with the web form of a Survey123 Survey via Survey123 Connect, set the Survey to submit results to an existing&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;table&lt;/SPAN&gt;&lt;SPAN&gt;. The hosted table can be related to a feature layer that can be included in web maps used in the ArcGIS Collector or ArcGIS Field Maps applications. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This setup al&lt;/SPAN&gt;&lt;SPAN&gt;lows users to view Survey results in the popup of the related feature in the ArcGIS Collector or ArcGIS Field Maps application, which is an extremely useful feature when providing mapping services for inspection projects.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Steps: &lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Design a Survey via &lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Survey123 Connect&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Design a&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt; geodatabase table&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt; via ArcGIS Pro or ArcMap that matches the schema of the Survey output.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Design a &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;feature class&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt; for use in ArcGIS Collector or ArcGIS Field Maps via ArcGIS Pro or ArcMap. Make sure the feature class includes a field that stores unique ID values that is also included in the geodatabase table schema.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Create a &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;relationship class&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt; that passes a &lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Primary Key&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt; value from the unique ID field in the feature class to the equivalent, shared field in the geodatabase table (set as the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;Foreign Key&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;). &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Publish the &lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;feature class, geodatabase table, and relationship class&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt; to ArcGIS Online. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Open the XLSForm for the Survey via Survey123 Connect. Set the value of the &lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;form_id&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt; column to the name of the published hosted table, and set the value of the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;submission_url&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt; column to the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;REST URL&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt; of the table (the REST URL can be obtained via the lower left corner of the table's &lt;/SPAN&gt;&lt;SPAN&gt;Item page&lt;/SPAN&gt;&lt;SPAN&gt; in ArcGIS Online). &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Publish the Survey to ArcGIS Online. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;TEST!&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 20 Aug 2021 18:38:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-output-as-related-table-deployment/m-p/1090906#M36636</guid>
      <dc:creator>MachielVan</dc:creator>
      <dc:date>2021-08-20T18:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Output as Related Table Deployment</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-output-as-related-table-deployment/m-p/1090910#M36637</link>
      <description>&lt;P&gt;Not sure if there is a question here but I have been doing this for years and it works slick.&amp;nbsp;&lt;/P&gt;&lt;P&gt;One tip is let 123 build the schema GDB for you then just download and copy paste.&amp;nbsp; No need to type it all out.&lt;/P&gt;&lt;P&gt;See here&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/mapping-with-survey123-within-a-polygon-or-admin/td-p/836112" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-survey123-questions/mapping-with-survey123-within-a-polygon-or-admin/td-p/836112&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can use fields across the related tables with Arcade using the FeatureSet functions.&lt;/P&gt;&lt;P&gt;I also suggest not using globalids.&amp;nbsp; Many reasons here&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-collector-questions/related-tables-for-offline-data-collection/td-p/92900" target="_blank"&gt;https://community.esri.com/t5/arcgis-collector-questions/related-tables-for-offline-data-collection/td-p/92900&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 18:53:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-output-as-related-table-deployment/m-p/1090910#M36637</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-08-20T18:53:22Z</dc:date>
    </item>
  </channel>
</rss>

