<?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: Field Maps UpdateFeature URL Parameter in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1118194#M2000</link>
    <description>&lt;P&gt;Esri Support was able to look into this issue and found a similar bug in Collector:&lt;/P&gt;&lt;P&gt;BUG-000134261:ArcGIS Collector links using the FeatureID parameter require a GlobalID without curly braces, but ArcGIS Collector presents the GlobalID values with curly braces.&lt;BR /&gt;Status: Under Consideration&lt;/P&gt;&lt;P&gt;The support analyst also researched Arcade for functionality to remove the curly brackets from the GlobalID and found the following arcade expression:&amp;nbsp;Mid($feature.globalid, 1,36). I deployed this expression in my web map custom popup link and and it worked allowing our users to link from a web application directly to Field Maps to update a feature.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Nov 2021 15:23:23 GMT</pubDate>
    <dc:creator>nspittlemeister_LCFPD</dc:creator>
    <dc:date>2021-11-18T15:23:23Z</dc:date>
    <item>
      <title>Field Maps UpdateFeature URL Parameter</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1113274#M1938</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to open and edit in Field Maps from a Web AppBuilder application and running in some difficulties with the UpdateFeature URL parameter and the GlobalID. In the web application source web map I am using the following URL parameter in the custom attribute popup for a feature service:&lt;/P&gt;&lt;P&gt;&lt;A href="https://fieldmaps.arcgis.app/?referenceContext=updateFeature&amp;amp;itemID=15bf4c9d6ceb42cb9d1f532c7ec8c6de&amp;amp;featureSourceURL=https://utility.arcgis.com/usrsvcs/servers/e90cc6b160c647dea81c160b5a9d9029/rest/services/Secure/ADMP/FeatureServer/0&amp;amp;featureID={globalId}" target="_blank"&gt;https://fieldmaps.arcgis.app/?referenceContext=updateFeature&amp;amp;itemID=15bf4c9d6ceb42cb9d1f532c7ec8c6de&amp;amp;featureSourceURL=https://utility.arcgis.com/usrsvcs/servers/e90cc6b160c647dea81c160b5a9d9029/rest/services/Secure/ADMP/FeatureServer/0&amp;amp;featureID={globalId}&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When it opens in Field Maps, it opens the correct map, but does not open the feature to edit it. In closer inspection of the link that is generated in the web map, it seems to be adding extra characters (in bold below) before and after the GlobalID in the URL:&lt;/P&gt;&lt;P&gt;&lt;A href="https://fieldmaps.arcgis.app/?referenceContext=updateFeature&amp;amp;itemID=15bf4c9d6ceb42cb9d1f532c7ec8c6de&amp;amp;featureSourceURL=https://utility.arcgis.com/usrsvcs/servers/e90cc6b160c647dea81c160b5a9d9029/rest/services/Secure/ADMP/FeatureServer/0&amp;amp;featureID=" target="_blank"&gt;https://fieldmaps.arcgis.app/?referenceContext=updateFeature&amp;amp;itemID=15bf4c9d6ceb42cb9d1f532c7ec8c6de&amp;amp;featureSourceURL=https://utility.arcgis.com/usrsvcs/servers/e90cc6b160c647dea81c160b5a9d9029/rest/services/Secure/ADMP/FeatureServer/0&amp;amp;featureID=&lt;/A&gt;&lt;STRONG&gt;%7B&lt;/STRONG&gt;85788B3A-4339-43CF-B137-1B11E200A1B2&lt;STRONG&gt;%7D&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The GlobalID should just be shown as in the URL as:&amp;nbsp;85788B3A-4339-43CF-B137-1B11E200A1B2&lt;/P&gt;&lt;P&gt;As anyone seen this before and know how to fix this or have a workaround for this type of URL parameter?&lt;/P&gt;&lt;P&gt;Thank you for the help!&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 16:22:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1113274#M1938</guid>
      <dc:creator>nspittlemeister_LCFPD</dc:creator>
      <dc:date>2021-11-02T16:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps UpdateFeature URL Parameter</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1113305#M1941</link>
      <description>&lt;P&gt;I can tell you that&amp;nbsp;%7B and&amp;nbsp;%7D are the ASCII codes for the beginning and ending curly braces of the global id: { }&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 17:20:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1113305#M1941</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2021-11-02T17:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps UpdateFeature URL Parameter</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1113308#M1942</link>
      <description>&lt;P&gt;Hi, Nick&lt;/P&gt;&lt;P&gt;Following URL is to update a feature attribute, it works for me.&lt;/P&gt;&lt;P&gt;&lt;A href="https://fieldmaps.arcgis.app/?referenceContext=updateFeature&amp;amp;itemID=38bc6f6c60344e259c98cef7e1f56809&amp;amp;featureSourceURL=https://services.arcgis.com/N4jtru9dctSQR53c/arcgis/rest/services/App_Integration_Testing_Features/FeatureServer/0&amp;amp;featureID=130439da-4807-409d-96c4-a044cb51dc2a&amp;amp;featureAttributes=%7B%22Comments%22%3A%22Updated%20using%20app%20integration%22%2C%22Category%22%3A%222%22%2C%22Name%22%3A%22Point%2010%22%7D" target="_blank"&gt;https://fieldmaps.arcgis.app/?referenceContext=updateFeature&amp;amp;itemID=38bc6f6c60344e259c98cef7e1f56809&amp;amp;featureSourceURL=https://services.arcgis.com/N4jtru9dctSQR53c/arcgis/rest/services/App_Integration_Testing_Features/FeatureServer/0&amp;amp;featureID=130439da-4807-409d-96c4-a044cb51dc2a&amp;amp;featureAttributes=%7B%22Comments%22%3A%22Updated%20using%20app%20integration%22%2C%22Category%22%3A%222%22%2C%22Name%22%3A%22Point%2010%22%7D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"featureID" doesn't need those extra character you mentioned above. What happens if you remove those characters manually?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Li Lin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 17:26:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1113308#M1942</guid>
      <dc:creator>LiLin1</dc:creator>
      <dc:date>2021-11-02T17:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps UpdateFeature URL Parameter</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1113315#M1943</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/185698"&gt;@LiLin1&lt;/a&gt;Thank you for your reply. I am trying to go directly from a popup link in web app building using the {globalID} of the feature directly to Field Maps, so I am unable to remove the curly brackets manually for each feature.&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 17:36:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1113315#M1943</guid>
      <dc:creator>nspittlemeister_LCFPD</dc:creator>
      <dc:date>2021-11-02T17:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps UpdateFeature URL Parameter</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1114941#M1965</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/264675"&gt;@nspittlemeister_LCFPD&lt;/a&gt;&amp;nbsp;are you able to reach out to Support regarding this? It seems like Web app builder is adding brackets when a simple Web Map does not. Field Maps expects the globalID without the brackets so that is why the feature is not being found.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Colin&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 16:50:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1114941#M1965</guid>
      <dc:creator>ColinLawrence</dc:creator>
      <dc:date>2021-11-08T16:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps UpdateFeature URL Parameter</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1114963#M1966</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/362837"&gt;@ColinLawrence&lt;/a&gt;&amp;nbsp;Yes, I am able to reach out to support on this. I assume that I should direct this to the Web AppBuilder support team, is that correct?&amp;nbsp; Thank you!&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 17:44:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1114963#M1966</guid>
      <dc:creator>nspittlemeister_LCFPD</dc:creator>
      <dc:date>2021-11-08T17:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps UpdateFeature URL Parameter</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1114972#M1967</link>
      <description>&lt;P&gt;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/362837" target="_blank"&gt;@ColinLawrence&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;A case has been submitted to Esri Support. I'll report back any feedback or if a resolution is obtained.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 18:08:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1114972#M1967</guid>
      <dc:creator>nspittlemeister_LCFPD</dc:creator>
      <dc:date>2021-11-08T18:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps UpdateFeature URL Parameter</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1114973#M1968</link>
      <description>&lt;P&gt;Yes, I think that makes sense.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am not sure exactly how you configured the popup, but have you tried using Arcade to generate the URL? I wonder if that would make a difference.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 18:14:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1114973#M1968</guid>
      <dc:creator>ColinLawrence</dc:creator>
      <dc:date>2021-11-08T18:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps UpdateFeature URL Parameter</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1115013#M1969</link>
      <description>&lt;P&gt;In the web map I configured a custom attribute popup and added a hyperlink with the URL parameter: &lt;A href="https://fieldmaps.arcgis.app/?referenceContext=updateFeature&amp;amp;itemID=15bf4c9d6ceb42cb9d1f532c7ec8c6de&amp;amp;featureSourceURL=https://utility.arcgis.com/usrsvcs/servers/e90cc6b160c647dea81c160b5a9d9029/rest/services/Secure/ADMP/FeatureServer/0&amp;amp;featureID={globalId}" target="_blank"&gt;https://fieldmaps.arcgis.app/?referenceContext=updateFeature&amp;amp;itemID=15bf4c9d6ceb42cb9d1f532c7ec8c6de&amp;amp;featureSourceURL=https://utility.arcgis.com/usrsvcs/servers/e90cc6b160c647dea81c160b5a9d9029/rest/services/Secure/ADMP/FeatureServer/0&amp;amp;featureID={globalId}&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I looked in Arcade and it looks like it passes the curly brackets with the GlobalID as well. Do you know of an arcade script to remove the curly brackets?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 19:50:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1115013#M1969</guid>
      <dc:creator>nspittlemeister_LCFPD</dc:creator>
      <dc:date>2021-11-08T19:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps UpdateFeature URL Parameter</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1118194#M2000</link>
      <description>&lt;P&gt;Esri Support was able to look into this issue and found a similar bug in Collector:&lt;/P&gt;&lt;P&gt;BUG-000134261:ArcGIS Collector links using the FeatureID parameter require a GlobalID without curly braces, but ArcGIS Collector presents the GlobalID values with curly braces.&lt;BR /&gt;Status: Under Consideration&lt;/P&gt;&lt;P&gt;The support analyst also researched Arcade for functionality to remove the curly brackets from the GlobalID and found the following arcade expression:&amp;nbsp;Mid($feature.globalid, 1,36). I deployed this expression in my web map custom popup link and and it worked allowing our users to link from a web application directly to Field Maps to update a feature.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 15:23:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1118194#M2000</guid>
      <dc:creator>nspittlemeister_LCFPD</dc:creator>
      <dc:date>2021-11-18T15:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps UpdateFeature URL Parameter</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1118899#M2004</link>
      <description>&lt;P&gt;Sorry for the delay in getting back. Yes I was thinking of something similar using arcade so I am glad you arrived at that. It is something the team is researching how to better handle in the future (brackets vs no brackets). Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Colin&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 21:22:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-updatefeature-url-parameter/m-p/1118899#M2004</guid>
      <dc:creator>ColinLawrence</dc:creator>
      <dc:date>2021-11-19T21:22:59Z</dc:date>
    </item>
  </channel>
</rss>

