<?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: Struggling with mode=edit in URL parameters for portal Survey123 in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1383437#M54841</link>
    <description>&lt;P&gt;I believe the issue was in the url instead of using "&lt;STRONG&gt;?&lt;/STRONG&gt;mode=edit&amp;amp;globalId={globalid}" you should use "&lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt;mode=edit&amp;amp;globalId={globalid}"&lt;/P&gt;&lt;P&gt;In &lt;EM&gt;ArcGIS&lt;/EM&gt; online the "&lt;STRONG&gt;?&lt;/STRONG&gt;" is how I've done it, but chaning it out with "&lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt;" in &lt;EM&gt;Portal&lt;/EM&gt; fixed it for me.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Feb 2024 15:54:32 GMT</pubDate>
    <dc:creator>DanielMoore9</dc:creator>
    <dc:date>2024-02-16T15:54:32Z</dc:date>
    <item>
      <title>Struggling with mode=edit in URL parameters for portal Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1047583#M33883</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I am trying to create a basic line in a web app and then apply attributes via Survey123.&amp;nbsp; Basically I draw a line in the web app, then I use the URL link in the feature pop up to link to the survey.&amp;nbsp; It will pull up a new survey, but it is not pulling up the associated link I just drew.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my most recent test&amp;nbsp; I can see the field name in the address bar but it is not populating the form.&lt;/P&gt;&lt;P&gt;&lt;A href="https://survey123.arcgis.com/share/2b3a0468698c4d76805b0e13d506e0f5&amp;amp;field:mainline=cp?portalUrl=https://giscat.ne.gov/portal" target="_blank" rel="noopener"&gt;https://survey123.arcgis.com/share/2b3a0468698c4d76805b0e13d506e0f5&amp;amp;field:mainline=cp?portalUrl=https://giscat.ne.gov/portal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Any insight would be appreciated, thanks!&lt;/P&gt;&lt;P&gt;Shelley&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 15:10:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1047583#M33883</guid>
      <dc:creator>ShelleySchulte1</dc:creator>
      <dc:date>2021-04-15T15:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with mode=edit in URL parameters for portal Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1047690#M33889</link>
      <description>&lt;P&gt;What's the popup URL look like, the same as you posted?&lt;/P&gt;&lt;P&gt;Make sure you use brackets, since you're accessing an attribute.&lt;/P&gt;&lt;P&gt;Also, the first URL parameter comes after the "?", and successive parameters use "&amp;amp;", so you might re-write it like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;survey-url?portalUrl=&amp;lt;your-url&amp;gt;&amp;amp;field:mainline={mainline}&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 17:10:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1047690#M33889</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-04-15T17:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with mode=edit in URL parameters for portal Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1047693#M33891</link>
      <description>&lt;P&gt;Thank you, I will try that!&amp;nbsp; Also, do I need to have mode=edit in the URL?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 17:12:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1047693#M33891</guid>
      <dc:creator>ShelleySchulte1</dc:creator>
      <dc:date>2021-04-15T17:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with mode=edit in URL parameters for portal Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1047702#M33892</link>
      <description>&lt;P&gt;That would be for editing existing features with a survey, which sounds like what you're aiming for.&lt;/P&gt;&lt;P&gt;When you use mode=edit, you've got to give the survey a way to find the feature in question, so you'll need to use an additional parameter. As of a recent update, Survey123 needs to reference the &lt;STRONG&gt;globalID&lt;/STRONG&gt; of the feature, not the &lt;STRONG&gt;objectID&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Stick &lt;STRONG&gt;"&amp;amp;mode=edit&amp;amp;globalId={globalid}" &lt;/STRONG&gt;on the end of that URL from before, that should do it.&lt;/P&gt;&lt;P&gt;See&lt;A href="https://doc.arcgis.com/en/survey123/browser/get-answers/editexistingdata.htm" target="_self"&gt; this page&lt;/A&gt; for more info about editing existing features through a survey if you hit any speed bumps.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 17:28:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1047702#M33892</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-04-15T17:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with mode=edit in URL parameters for portal Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1047708#M33893</link>
      <description>&lt;P&gt;Yes, i have referenced that page a lot but I still can't get it to work.&lt;/P&gt;&lt;P&gt;This is what i'm trying now&lt;/P&gt;&lt;P&gt;arcgis-survey123://?itemID=2b3a0468698c4d76805b0e13d506e0f5&amp;amp;mode=edit&amp;amp;globalId={globalid}&amp;amp;field:mainline={mainline}&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 17:33:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1047708#M33893</guid>
      <dc:creator>ShelleySchulte1</dc:creator>
      <dc:date>2021-04-15T17:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with mode=edit in URL parameters for portal Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1047710#M33894</link>
      <description>&lt;P&gt;You can view the application itself if you'd like&lt;/P&gt;&lt;P&gt;&lt;A href="https://giscat.ne.gov/portal/apps/webappviewer/index.html?id=5196e3b373b743a9a03cbafa6f8cc16d" target="_blank" rel="noopener"&gt;https://giscat.ne.gov/portal/apps/webappviewer/index.html?id=5196e3b373b743a9a03cbafa6f8cc16d&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 17:37:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1047710#M33894</guid>
      <dc:creator>ShelleySchulte1</dc:creator>
      <dc:date>2021-04-15T17:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with mode=edit in URL parameters for portal Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1047770#M33897</link>
      <description>&lt;P&gt;I have finally figured it out!&amp;nbsp; Thanks to your help and a bit of digging on YouTube. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 18:59:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1047770#M33897</guid>
      <dc:creator>ShelleySchulte1</dc:creator>
      <dc:date>2021-04-15T18:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with mode=edit in URL parameters for portal Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1112994#M38395</link>
      <description>&lt;P&gt;Hi Shelley, I am having this same issue, can you share what finally worked for you?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 20:48:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1112994#M38395</guid>
      <dc:creator>BenjaminBlackshear</dc:creator>
      <dc:date>2021-11-01T20:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with mode=edit in URL parameters for portal Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1155374#M41401</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;What was your solution ? From a custom popup in Field Maps iOS app, I am trying to edit the feature on Survey123 iOS app with the following URL:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;arcgis-survey123://?itemID=myFormId&amp;amp;mode=edit&amp;amp;globalId={globalid}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 20:22:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1155374#M41401</guid>
      <dc:creator>DanielDery</dc:creator>
      <dc:date>2022-03-18T20:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with mode=edit in URL parameters for portal Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1294816#M49614</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/375469"&gt;@ShelleySchulte1&lt;/a&gt;&amp;nbsp;Any updates on how you got this to work? Struggling with this myself.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 22:23:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1294816#M49614</guid>
      <dc:creator>LeahClark</dc:creator>
      <dc:date>2023-05-31T22:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with mode=edit in URL parameters for portal Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1305739#M50440</link>
      <description>&lt;P&gt;Hey Daniel,&lt;BR /&gt;&lt;BR /&gt;Wondering if you've had any luck with this?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 14:16:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1305739#M50440</guid>
      <dc:creator>Jonathan1517</dc:creator>
      <dc:date>2023-07-05T14:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with mode=edit in URL parameters for portal Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1383437#M54841</link>
      <description>&lt;P&gt;I believe the issue was in the url instead of using "&lt;STRONG&gt;?&lt;/STRONG&gt;mode=edit&amp;amp;globalId={globalid}" you should use "&lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt;mode=edit&amp;amp;globalId={globalid}"&lt;/P&gt;&lt;P&gt;In &lt;EM&gt;ArcGIS&lt;/EM&gt; online the "&lt;STRONG&gt;?&lt;/STRONG&gt;" is how I've done it, but chaning it out with "&lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt;" in &lt;EM&gt;Portal&lt;/EM&gt; fixed it for me.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 15:54:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1383437#M54841</guid>
      <dc:creator>DanielMoore9</dc:creator>
      <dc:date>2024-02-16T15:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with mode=edit in URL parameters for portal Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1478764#M57100</link>
      <description>&lt;P&gt;I am experiencing an issue where when I specify an additional URL parameter e.g.&amp;nbsp;&amp;amp;&lt;SPAN&gt;mode=edit&amp;amp;globalId={globalid}&lt;STRONG&gt;&amp;amp;field:fieldname={fieldvalue} &lt;/STRONG&gt;affects how the data is populated from the existing feature. In my case the existing feature does not populate values for any "select_one question" that has autocomplete search using feature service. The values only populate when the URL does not have the text&amp;nbsp;&lt;STRONG&gt;&amp;amp;field:fieldname={fieldvalue}&amp;nbsp;&lt;/STRONG&gt;Has anyone come across this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 May 2024 10:11:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/struggling-with-mode-edit-in-url-parameters-for/m-p/1478764#M57100</guid>
      <dc:creator>Murage</dc:creator>
      <dc:date>2024-05-25T10:11:45Z</dc:date>
    </item>
  </channel>
</rss>

