<?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: Passing parameters from Collector not working in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839295#M20444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a URL that is generated https://survey123.arcgis.com/share/2aba41f90725456c8cd26b7535af8383?field:SCHEME_REF=JB725.012&amp;amp;field:SCHEME_TITLE=Orritor%20Road&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Dec 2017 17:08:29 GMT</pubDate>
    <dc:creator>MichelleCassidy1</dc:creator>
    <dc:date>2017-12-11T17:08:29Z</dc:date>
    <item>
      <title>Passing parameters from Collector not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839283#M20432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a feature service&amp;nbsp;made up of&amp;nbsp;a 'SCHEMES' line feature class (with a GLOBALID field) and a 'QUESTIONS' point feaure class (with a GUID field) and a 1:1&amp;nbsp;relationship class for them based on GLOBALID and GUID. I have published them as a service with the QUESTIONS feature class having an ID of 0 and the SCHEMES feature class having an ID of 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to select a&amp;nbsp;SCHEME record&amp;nbsp;in ArcGIS Collector and answer questions on it, passing the GLOBALID from the&amp;nbsp;SCHEMES to the GUID in the QUESTIONS. The QUESTIONS layer will be blank to begin with. I have created and published a Survey123 form using this feature service with QUESTIONS as the form_id. I have included the GUID field in the survey for the purposes of&amp;nbsp;trying to get this to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a web map and configured the pop-up for the SCHEMES to link to the Survey123 form. When I configure the pop-up to link to the survey using this URL &lt;A class="unlinked" href="https://survey123.arcgis.com/share/2aba41f90725456c8cd26b7535af8383"&gt;https://survey123.arcgis.com/share/2aba41f90725456c8cd26b7535af8383&lt;/A&gt;, it opens the survey fine. But I want to pass the GLOBALID as the parameter. When I use this URL&lt;BR /&gt;&lt;A class="unlinked" href="https://survey123.arcgis.com/share/2aba41f90725456c8cd26b7535af8383&amp;amp;field:GUID=GLOBALID"&gt;https://survey123.arcgis.com/share/2aba41f90725456c8cd26b7535af8383&amp;amp;field:GUID=GLOBALID&lt;/A&gt;, I get "The survey does not exist or is not accessible".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried passing a simple parameter through a web browser e.g. &lt;A class="unlinked" href="https://survey123.arcgis.com/share/2aba41f90725456c8cd26b7535af8383&amp;amp;field:CONTACT=12"&gt;https://survey123.arcgis.com/share/2aba41f90725456c8cd26b7535af8383&amp;amp;field:CONTACT=12&lt;/A&gt; and I get the same message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas what I'm doing wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 14:25:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839283#M20432</guid>
      <dc:creator>MichelleCassidy1</dc:creator>
      <dc:date>2017-11-17T14:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Collector not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839284#M20433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;**update**&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have now got the parameter working by changing the URL from:&lt;/P&gt;&lt;P&gt;&lt;A class="unlinked" href="https://survey123.arcgis.com/share/2aba41f90725456c8cd26b7535af8383&amp;amp;field:GUID=GLOBALID"&gt;https://survey123.arcgis.com/share/2aba41f90725456c8cd26b7535af8383&amp;amp;field:GUID=GLOBALID&lt;/A&gt;&lt;/P&gt;&lt;P&gt;to:&lt;/P&gt;&lt;P&gt;&lt;A class="unlinked"&gt;https://survey123.arcgis.com/share/2aba41f90725456c8cd26b7535af8383&lt;STRONG&gt;?&lt;/STRONG&gt;field:GUID=&lt;STRONG&gt;{GLOBALID&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now getting the survey linked to the correct record in the related table.&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I access, complete and submit the survey via the web map I get a message "Object doesn't support property or method 'push'. Submit failed. When I look in the database, the record has actually committed ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When&amp;nbsp;I access, complete and submit the survey via the Collector App I get a message "a.push is not a function'. Submit failed. When I look in the database, the record has actually committed ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does this 'push' method refer to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 16:09:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839284#M20433</guid>
      <dc:creator>MichelleCassidy1</dc:creator>
      <dc:date>2017-11-17T16:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Collector not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839285#M20434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was actually trying to figure out why my url was changing from the &amp;amp; to %26 when trying to pass a parameter when your post came up.&amp;nbsp; Switching fromt he % to the ? worked perfectly!&amp;nbsp; I'm not getting the object does not support issue tho.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 16:44:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839285#M20434</guid>
      <dc:creator>IngridAldridge1</dc:creator>
      <dc:date>2017-11-17T16:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Collector not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839286#M20435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michelle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error message you describe in the web form means that there was a problem processing the form, likely around the processing of repeats or another item with multiple occurrences (push is a function in javascript that deals with arrays - sets of multiple objects). &amp;nbsp;This sounds very similar to a bug that was fixed with the 2.5 release of the website, which occurred yesterday- can you attempt to submit again and see if it still occurs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 20:19:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839286#M20435</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-11-20T20:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Collector not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839287#M20436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to install anything to get the update? I’m still getting the same error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Michelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 16:16:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839287#M20436</guid>
      <dc:creator>MichelleCassidy1</dc:creator>
      <dc:date>2017-11-21T16:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Collector not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839288#M20437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michelle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you share your XLS file so that I could try to replicate the error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2017 16:32:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839288#M20437</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-12-01T16:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Collector not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839289#M20438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached XLS. I have a URL in Collector against a line feature class with parameters (https://survey123.arcgis.com/share/2aba41f90725456c8cd26b7535af8383?field:SCHEME_REF=&lt;SPAN __jive_macro_name="WMRF_SCHEME_REFERENCE"&gt;&lt;/SPAN&gt;&amp;amp;field:SCHEME_TITLE=&lt;SPAN __jive_macro_name="SCHEME_TITLE"&gt;&lt;/SPAN&gt;) and this line feature class is related to a point feature class with the survey questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 10:03:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839289#M20438</guid>
      <dc:creator>MichelleCassidy1</dc:creator>
      <dc:date>2017-12-04T10:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Collector not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839290#M20439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michelle,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think something got a little altered in the text you supplied. &amp;nbsp;I don't see a field called 'SCHEME_REF' in your survey; I also don't see the values that you are passing from Collector (should be something like {Field01} after the equals sign in the URL)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 22:57:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839290#M20439</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-12-05T22:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Collector not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839291#M20440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies James and thanks for looking at this for me. It had cut some of my text off. The URL in Collector is &lt;SPAN style="color: #1f497d; text-decoration: underline; font-size: 11pt;"&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fsurvey123.arcgis.com%2Fshare%2F2aba41f90725456c8cd26b7535af8383%3Ffield%3ASCHEME_REF%3D" rel="nofollow" target="_blank"&gt;https://survey123.arcgis.com/share/2aba41f90725456c8cd26b7535af8383?field:SCHEME_REF=&lt;/A&gt;&lt;SPAN&gt;{WMRF_SCHEME_REFERENCE}&amp;amp;field:SCHEME_TITLE={SCHEME_TITLE}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 11pt;"&gt;My survey has SCHEME_REF AND SCHEME_TITLE in rows 2 and 3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 11pt;"&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/385725_Survey.PNG" style="width: 620px; height: 258px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 10:38:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839291#M20440</guid>
      <dc:creator>MichelleCassidy1</dc:creator>
      <dc:date>2017-12-06T10:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Collector not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839292#M20441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michelle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry about missing the fields in the survey. &amp;nbsp;One thing I'm noticing are those questions are read-only. &amp;nbsp;There was an issue prior to 2.5 (released on the 21st) that would not allow values to be transmitted into read only fields. &amp;nbsp;Have you updated Survey123 since you originally posted?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 18:10:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839292#M20441</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-12-06T18:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Collector not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839293#M20442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have updated these fields to read only since the new release but still getting the same error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 09:16:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839293#M20442</guid>
      <dc:creator>MichelleCassidy1</dc:creator>
      <dc:date>2017-12-08T09:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Collector not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839294#M20443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide a sample of the URL that's generated? &amp;nbsp;For example, open the map in the ArcGIS Online/Portal Map viewer, click on a feature to show the pop-up, and right-click to copy the URL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 18:34:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839294#M20443</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-12-08T18:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Collector not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839295#M20444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a URL that is generated https://survey123.arcgis.com/share/2aba41f90725456c8cd26b7535af8383?field:SCHEME_REF=JB725.012&amp;amp;field:SCHEME_TITLE=Orritor%20Road&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 17:08:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-collector-not-working/m-p/839295#M20444</guid>
      <dc:creator>MichelleCassidy1</dc:creator>
      <dc:date>2017-12-11T17:08:29Z</dc:date>
    </item>
  </channel>
</rss>

