<?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 Field Maps - issues after updating to 3.14.x in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1157746#M41623</link>
    <description>&lt;P&gt;BUG-000147388&lt;/P&gt;&lt;P&gt;There is a workaround detailed in the bug.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Mar 2022 11:41:31 GMT</pubDate>
    <dc:creator>Andy_CS</dc:creator>
    <dc:date>2022-03-25T11:41:31Z</dc:date>
    <item>
      <title>Passing parameters from Field Maps - issues after updating to 3.14.x</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1147492#M40777</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I use an arcade expression in my field map feature popups to build a link to a survey 123 form, the link passes two attributes from the map feature into two responses in the form.&lt;/P&gt;&lt;P&gt;As of this morning (24/02 0900 GMT) I've had reports from some surveyors that whilst the link is opening the correct survey form it is no longer passing the attributes into the survey responses.&lt;/P&gt;&lt;P&gt;I was able to replicate the error on my own device after updating survey 123 to version 3.14. I was unable to replicate on version 3.13&lt;/P&gt;&lt;P&gt;The link has been working fine for the last six weeks or so, and I have been using a similar expression in my other surveys for the last year or so with no problems. I was wondering if the recent update may have altered the way I need to build the linkning url in field maps? Couldn't spot anything in the &lt;A href="https://doc.arcgis.com/en/survey123/reference/integratewithotherapps.htm" target="_self"&gt;help docs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The link constructed from the arcade expression in Field Maps is given below, I don't encode the URL.&lt;/P&gt;&lt;P&gt;&lt;A href="https://survey123.arcgis.app/?ID=[FORMID]&amp;amp;field:prSiteType=[SITETYPE]&amp;amp;field:prExistingSiteSuperName=[SITENAME" target="_blank" rel="noopener"&gt;https://survey123.arcgis.app/?ID=[FORMID]&amp;amp;field:prSiteType=[SITETYPE]&amp;amp;field:prExistingSiteSuperName=[SITENAME&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;EDIT: The first response in the url is being passed correctly into a select_one type question the second response is not being passed into a select_one_from_file or text type question (the type is dependent on the first response)&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 13:41:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1147492#M40777</guid>
      <dc:creator>Andy_CS</dc:creator>
      <dc:date>2022-02-24T13:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Field Maps - issues after updating to 3.14.x</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1147578#M40786</link>
      <description>&lt;P&gt;I am using a similar expression on our web maps. Using S123 Field App 3.14.x on a survey created in 3.12/3.13 appears to still work. But seeing as this latest issue seems to affect surveys at random, maybe this is somehow related?&lt;/P&gt;&lt;P&gt;Sorry I couldn't be of more help.&lt;/P&gt;&lt;P&gt;I am interested to hear what the resolution is.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 16:32:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1147578#M40786</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2022-02-24T16:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Field Maps - issues after updating to 3.14.x</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1147776#M40800</link>
      <description>&lt;P&gt;I don't have an expression, just an attribute that is not longer being passed (to a select_one question). Had been working fine up until yesterday... On version 3.14.237&lt;/P&gt;&lt;P&gt;Not all our field staff are seeing this issue, some of them are still on 3.13.xx.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 00:57:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1147776#M40800</guid>
      <dc:creator>JamieLambert</dc:creator>
      <dc:date>2022-02-25T00:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Field Maps - issues after updating to 3.14.x</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1147868#M40815</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/361183"&gt;@Andy_CS&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Are you able to provide a copy of the XLSForm (xlsx file and any media/scripts files - csv/js functions etc)? This will be helpful. Also is the above example URL the full URL that gets constructed, or just part of it as it appears to be cut off?&lt;/P&gt;&lt;P&gt;With the 3.14 release there has been no changes to URL parameters and how these are passed into the Survey123 field app from Field Maps, however there has been improvements and changes to how calculations and expressions are processed in the form. It is possible the question that is not working has a calculation or expression (relevant, pulldata, JS function etc) that is conflicting with the incoming value from the URL parameter?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 07:18:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1147868#M40815</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-02-25T07:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Field Maps - issues after updating to 3.14.x</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1147869#M40816</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/228192"&gt;@JamieLambert&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Similar to my reply above, can you share your XLSForm (xlsx file and any media/scripts files)? And also the exact URL being used to pass the parameters into the field app so we can do some testing.&lt;/P&gt;&lt;P&gt;There shouldn't be any changes to the way the URL works, more so the way calculations are running and processing values from different sources (user entry, calcs, pulldata, JS functions, Inbox editing, URL parameters). All of these can put values into the one same field, hence reviewing the form design is next best step.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 07:23:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1147869#M40816</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-02-25T07:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Field Maps - issues after updating to 3.14.x</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1147921#M40827</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've attached a cut down version of the xlsx form / associated media isolating the problem I am having. The 'Additional' directory inside the zip contains:&lt;/P&gt;&lt;P&gt;- the arcade attribute expression I am using in my map popups to open the survey in the S123 app (text file)&lt;/P&gt;&lt;P&gt;- two examples of the urls built by the expression above (text file)&lt;/P&gt;&lt;P&gt;- the html I use to construct the attribute popup&lt;/P&gt;&lt;P&gt;I've tested this version of the form in the S123 app. Version 3.14 reproduces the problem - the second field attribute from the url is not passed into the survey. Version 3.13 is fine - both attributes are passed.&lt;/P&gt;&lt;P&gt;The question accepting the second parameter from the URL does have relevance controlled by the response from first parameter - so that could well be it.&lt;/P&gt;&lt;P&gt;I'm running Android 11. So far the surveyors reporting the problem are also on Android, however we don't have many on iOS.&lt;BR /&gt;&lt;BR /&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Andy.&lt;/P&gt;&lt;P&gt;p.s. my external select csv contains commas, I know this goes against reccommendations but I forgot to remove them from the survey so have reproduced them in the cut down version.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 10:58:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1147921#M40827</guid>
      <dc:creator>Andy_CS</dc:creator>
      <dc:date>2022-02-25T10:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Field Maps - issues after updating to 3.14.x</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1147946#M40832</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous User,&lt;/P&gt;&lt;P&gt;I got it sorted.&amp;nbsp;I had &lt;EM&gt;pulldata("@property",'mode')&lt;/EM&gt;&amp;nbsp;in the ‘relevant’ cell of the attribute that was not working when launched via a URL. I guess this was working (or not working) out of sequence previously.&lt;/P&gt;&lt;P&gt;From memory... I think I did this because of how the question behaved when you opened an existing survey through the Inbox when the question type is ‘autocomplete’ - on an earlier version.&lt;/P&gt;&lt;P&gt;Once I remove the entry in the ‘relevant’ field it works as expected. And it looks fine through the Inbox now. So all good.&lt;/P&gt;&lt;P&gt;Thanks for the quick response.&lt;/P&gt;&lt;P&gt;Jamie.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 12:37:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1147946#M40832</guid>
      <dc:creator>JamieLambert</dc:creator>
      <dc:date>2022-02-25T12:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Field Maps - issues after updating to 3.14.x</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1149387#M40936</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/361183"&gt;@Andy_CS&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for passing along the XLSForm! I am able to reproduce the behavior on our end and have gone ahead and logged an internal issue for the behavior.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please feel free to reach out to Esri Technical Support and they will be able to log a BUG that will allow you to track the status of the issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 00:29:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1149387#M40936</guid>
      <dc:creator>ZacharySutherby</dc:creator>
      <dc:date>2022-03-02T00:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Field Maps - issues after updating to 3.14.x</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1149510#M40946</link>
      <description>&lt;P&gt;Thanks Zach,&lt;/P&gt;&lt;P&gt;If anyone else is interested I'll attach the BUG ID to this post once I have one.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 11:36:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1149510#M40946</guid>
      <dc:creator>Andy_CS</dc:creator>
      <dc:date>2022-03-02T11:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Field Maps - issues after updating to 3.14.x</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1149604#M40953</link>
      <description>&lt;P&gt;Yes please!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 15:21:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1149604#M40953</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2022-03-02T15:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Field Maps - issues after updating to 3.14.x</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1151265#M41095</link>
      <description>&lt;P&gt;Hello Zach,&lt;/P&gt;&lt;P&gt;Is this an issue that will be resolved with the next update?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 14:30:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1151265#M41095</guid>
      <dc:creator>EricHalstead</dc:creator>
      <dc:date>2022-03-07T14:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Field Maps - issues after updating to 3.14.x</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1152001#M41179</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/262041"&gt;@EricHalstead&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We have addressed this issue with URL parameters and relevant questions in the 3.14 March update, which will be available shortly to test via the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://earlyadopter.esri.com/project/home.html?cap=e69ef91f-4574-4b98-882c-651f7b518eb7" target="_self" rel="nofollow noopener noreferrer"&gt;Early Adopter Community&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Phil.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 04:00:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1152001#M41179</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-03-09T04:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Field Maps - issues after updating to 3.14.x</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1152157#M41189</link>
      <description>&lt;P&gt;Hi @Anonymous User&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for this - I've tested the newly released early adopter app build and the url is now passing parameters as expected.&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Andy.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 14:48:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1152157#M41189</guid>
      <dc:creator>Andy_CS</dc:creator>
      <dc:date>2022-03-09T14:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters from Field Maps - issues after updating to 3.14.x</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1157746#M41623</link>
      <description>&lt;P&gt;BUG-000147388&lt;/P&gt;&lt;P&gt;There is a workaround detailed in the bug.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 11:41:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-parameters-from-field-maps-issues-after/m-p/1157746#M41623</guid>
      <dc:creator>Andy_CS</dc:creator>
      <dc:date>2022-03-25T11:41:31Z</dc:date>
    </item>
  </channel>
</rss>

