<?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: Issue with GlobalID field generated in Survey123 not indexed uniquely in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-globalid-field-generated-in-survey123/m-p/1394240#M55413</link>
    <description>&lt;P&gt;I created a new feature class by importing the schema from the parent table, then I changed the data type of the globalID field from gloablid -&amp;gt; GUID. Appending while maintaining gloablid worked fine after this!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the idea. I needed the globalid for the parent table to transfer so everything is working smoothly now.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2024 17:27:39 GMT</pubDate>
    <dc:creator>AK-SavannahThomasDataProjects</dc:creator>
    <dc:date>2024-03-11T17:27:39Z</dc:date>
    <item>
      <title>Issue with GlobalID field generated in Survey123 not indexed uniquely</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-globalid-field-generated-in-survey123/m-p/1393496#M55354</link>
      <description>&lt;P&gt;I'm developing a workflow that moves seasonal data collected in a Survey123 Connect form into ArcGIS Pro, and updates back into ArcGIS Online once the seasonal data is merged with full dataset.&lt;/P&gt;&lt;P&gt;I'm having issues with the GlobalID for my parent form because it is not indexed as unique.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my current workflow summarized and where the issue is:&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) download FGDB of seasonal survey data from AGOL into an export folder on my computer&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Open Pro project that contains an exisiting .gdb that the seasonal data will append to and update&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) Append the seasonal FGDB data to the corresponding tables and layers in the .gdb - I use the Append tool to match FGDB to .gdb items - I turn off the Preserve GlobalIDs because this error stops the tool.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AKSavannahThomasDataProjects_0-1709936860221.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/97477iD16F27B841904CA5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AKSavannahThomasDataProjects_0-1709936860221.png" alt="AKSavannahThomasDataProjects_0-1709936860221.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;this works fine for the repeat tables since the parentglobalID is retained&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;this causes an issue for updating my parent feature class which must retain the gloablID that all the repeat tables reference to determine their relationship to a point.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Note:&amp;nbsp;&lt;/P&gt;&lt;P&gt;The parent feature class in my .gdb only has 1 GUID and the seaonal data I am trying to append has unique values in the GUID field - BUT the field does not have a unique index. This is my issue and I cannot seem to figure out how to fix this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the items (tables and feature classes) do not have a unique index even before I move them into the Pro project (fresh out of the export folder).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 22:32:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-globalid-field-generated-in-survey123/m-p/1393496#M55354</guid>
      <dc:creator>AK-SavannahThomasDataProjects</dc:creator>
      <dc:date>2024-03-08T22:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with GlobalID field generated in Survey123 not indexed uniquely</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-globalid-field-generated-in-survey123/m-p/1393514#M55355</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/3.1/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-03326-03350-003340.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/3.1/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-03326-03350-003340.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Have you tried an Adding Attribute Index to the target dataset?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/3.1/tool-reference/data-management/add-attribute-index.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/3.1/tool-reference/data-management/add-attribute-index.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2024 00:16:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-globalid-field-generated-in-survey123/m-p/1393514#M55355</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2024-03-09T00:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with GlobalID field generated in Survey123 not indexed uniquely</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-globalid-field-generated-in-survey123/m-p/1393530#M55357</link>
      <description>&lt;P&gt;Hey Christopher thanks for the idea, I was unaware of that tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Though it doesn't seem to fix the issue. The Add Attribute Index tool runs but I get the same error when trying to append data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't understand why my GlobalID field would have a non-unique index? Isn't the purpose of the GUID field to be a unique value in your data? I've not worked with data collected using Survey123 Connect before and I have not had this issue with appending data before. So could how the GlobalID is stored in S123 be the issue?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2024 01:15:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-globalid-field-generated-in-survey123/m-p/1393530#M55357</guid>
      <dc:creator>AK-SavannahThomasDataProjects</dc:creator>
      <dc:date>2024-03-09T01:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with GlobalID field generated in Survey123 not indexed uniquely</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-globalid-field-generated-in-survey123/m-p/1393545#M55358</link>
      <description>&lt;P&gt;Did you check the 'unique' parameter when adding the index? Are your globalids unique (e.g. not duplicated from an earlier append)?&lt;/P&gt;&lt;P&gt;GUID/globalid type fields don't have to be unique e.g. parentglobalid is the M in 1-M relationship.&lt;/P&gt;&lt;P&gt;I assume the survey export is correct as it needs a globalid-parentglobalid fields and relationship class to work as a repeat.&lt;/P&gt;&lt;P&gt;You can share more about how you created the target feature class/tables and what the current state of the globalid/guid fields are.&lt;/P&gt;&lt;P&gt;Or you can just create new empty datasets (i.e. from the layer export) then append your existing data into it (maintain globalids) + continue your workflows.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2024 06:21:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-globalid-field-generated-in-survey123/m-p/1393545#M55358</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2024-03-09T06:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with GlobalID field generated in Survey123 not indexed uniquely</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-globalid-field-generated-in-survey123/m-p/1394240#M55413</link>
      <description>&lt;P&gt;I created a new feature class by importing the schema from the parent table, then I changed the data type of the globalID field from gloablid -&amp;gt; GUID. Appending while maintaining gloablid worked fine after this!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the idea. I needed the globalid for the parent table to transfer so everything is working smoothly now.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 17:27:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-globalid-field-generated-in-survey123/m-p/1394240#M55413</guid>
      <dc:creator>AK-SavannahThomasDataProjects</dc:creator>
      <dc:date>2024-03-11T17:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with GlobalID field generated in Survey123 not indexed uniquely</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-globalid-field-generated-in-survey123/m-p/1547705#M59591</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/757871"&gt;@AK-SavannahThomasDataProjects&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for adding your response(s) to this post. I was running into the exact same issue and seeing your solution solved my problems.&lt;/P&gt;&lt;P&gt;Appreciate it&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 18:37:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-globalid-field-generated-in-survey123/m-p/1547705#M59591</guid>
      <dc:creator>ModernElectric</dc:creator>
      <dc:date>2024-10-10T18:37:49Z</dc:date>
    </item>
  </channel>
</rss>

