<?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: Trouble using globalid with Arcade from Survey123 created Feature Class in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/trouble-using-globalid-with-arcade-from-survey123/m-p/1377836#M7861</link>
    <description>&lt;P&gt;Since this bug is still unresolved, I've developed a workaround with a colleague &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/53024"&gt;@StevenFabijanski&lt;/a&gt; . The &lt;A title="Arcade Standardize Guid" href="https://developers.arcgis.com/arcade/function-reference/text_functions/#standardizeguid" target="_blank" rel="noopener"&gt;StandardizeGuid function&lt;/A&gt; can be used to cast the Global ID to a text variable and can be done in a way that strips the curly brackets, which may help with it not being displayed in Field Maps. (historically, Collector had a tough time with Global ID display and would appear differently on various platforms (iOS, Windows, Android.) By standardizing you can bypass the bug.&lt;/P&gt;&lt;P&gt;Simply set a variable like so and then swap out the GLOBALID with your Global ID's field name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var standardizedGuid = StandardizeGuid($feature.GLOBALID, 'digits-hyphen');&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Feb 2024 21:42:10 GMT</pubDate>
    <dc:creator>ElliottPlack__SHA_</dc:creator>
    <dc:date>2024-02-02T21:42:10Z</dc:date>
    <item>
      <title>Trouble using globalid with Arcade from Survey123 created Feature Class</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/trouble-using-globalid-with-arcade-from-survey123/m-p/1325178#M6930</link>
      <description>&lt;P&gt;I created a hosted Feature Classe using Survey123 and published it.&lt;/P&gt;&lt;P&gt;I created a Web Map via the new Map Viewer and added the FeatureClass.&lt;/P&gt;&lt;P&gt;I tried to create a link from an entity to open Survey123 and open the form to update feature attributes. I used the&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;$feature.globalid&lt;/LI-CODE&gt;&lt;P&gt;attribute to create the following link :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-09-01 19_05_00-RelevesSFGAM.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/79776i2C7ED2A4953B9836/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2023-09-01 19_05_00-RelevesSFGAM.png" alt="2023-09-01 19_05_00-RelevesSFGAM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; globalid is present everywhere.&lt;/P&gt;&lt;P&gt;However, when I opened the same map in Field Maps, the globalid using $feature.globalid mysteriously disappears&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GlobalidFieldMaps.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/79778iF78E155492CFCE7F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GlobalidFieldMaps.png" alt="GlobalidFieldMaps.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; I didn't succeded finding any explanations about this. However the objectid displayed by using $feature.objectid works well...&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 08:49:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/trouble-using-globalid-with-arcade-from-survey123/m-p/1325178#M6930</guid>
      <dc:creator>Polesig</dc:creator>
      <dc:date>2023-09-04T08:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble using globalid with Arcade from Survey123 created Feature Class</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/trouble-using-globalid-with-arcade-from-survey123/m-p/1325199#M6932</link>
      <description>&lt;P&gt;Try&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;$feature["GlobalID"]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;or&lt;/P&gt;&lt;LI-CODE lang="c"&gt;$feature.GlobalID&lt;/LI-CODE&gt;&lt;P&gt;Wondering if it 's a case sensitivity thing.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 12:21:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/trouble-using-globalid-with-arcade-from-survey123/m-p/1325199#M6932</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2023-09-04T12:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble using globalid with Arcade from Survey123 created Feature Class</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/trouble-using-globalid-with-arcade-from-survey123/m-p/1325206#M6933</link>
      <description>&lt;P&gt;Well I tried those two. Works well in Map Viewer&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Polesig_0-1693831167766.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/79784iFB0B39AA0F0DD231/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Polesig_0-1693831167766.png" alt="Polesig_0-1693831167766.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But still not working in Field Maps&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Polesig_1-1693831192168.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/79785i7DAD0738D00099D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Polesig_1-1693831192168.png" alt="Polesig_1-1693831192168.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 12:40:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/trouble-using-globalid-with-arcade-from-survey123/m-p/1325206#M6933</guid>
      <dc:creator>Polesig</dc:creator>
      <dc:date>2023-09-04T12:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble using globalid with Arcade from Survey123 created Feature Class</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/trouble-using-globalid-with-arcade-from-survey123/m-p/1331002#M7061</link>
      <description>&lt;P&gt;This is a bug&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;BUG-000161575: Pop-ups set with Arcade element content type to display GlobalIDs in Map Viewer do not display in Field Maps (iOS)&lt;/LI&gt;&lt;LI&gt;BUG-000161574: Pop-ups set with Arcade element content type to display GlobalIDs in Map Viewer do not display in Field Maps (Android)&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 21 Sep 2023 12:52:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/trouble-using-globalid-with-arcade-from-survey123/m-p/1331002#M7061</guid>
      <dc:creator>Polesig</dc:creator>
      <dc:date>2023-09-21T12:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble using globalid with Arcade from Survey123 created Feature Class</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/trouble-using-globalid-with-arcade-from-survey123/m-p/1377836#M7861</link>
      <description>&lt;P&gt;Since this bug is still unresolved, I've developed a workaround with a colleague &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/53024"&gt;@StevenFabijanski&lt;/a&gt; . The &lt;A title="Arcade Standardize Guid" href="https://developers.arcgis.com/arcade/function-reference/text_functions/#standardizeguid" target="_blank" rel="noopener"&gt;StandardizeGuid function&lt;/A&gt; can be used to cast the Global ID to a text variable and can be done in a way that strips the curly brackets, which may help with it not being displayed in Field Maps. (historically, Collector had a tough time with Global ID display and would appear differently on various platforms (iOS, Windows, Android.) By standardizing you can bypass the bug.&lt;/P&gt;&lt;P&gt;Simply set a variable like so and then swap out the GLOBALID with your Global ID's field name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var standardizedGuid = StandardizeGuid($feature.GLOBALID, 'digits-hyphen');&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 21:42:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/trouble-using-globalid-with-arcade-from-survey123/m-p/1377836#M7861</guid>
      <dc:creator>ElliottPlack__SHA_</dc:creator>
      <dc:date>2024-02-02T21:42:10Z</dc:date>
    </item>
  </channel>
</rss>

