<?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: Pulldata returning error message in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843547#M21487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome that got rid of the error. Now what I am seeing is it is not recording the geopoint or location on the data end, What might be causing this?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2019 13:51:15 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2019-01-30T13:51:15Z</dc:date>
    <item>
      <title>Pulldata returning error message</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843525#M21465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have loaded external data into the media folder in my Survey123 folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GRSM_species_list is the exact name of the csv in the media folder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cover_lookup is another csv in the media folder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure how to interpret the error message I am receiving.&amp;nbsp;#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I publish the form I get the following error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4 style="color: #000000; background-color: #ffffff; font-weight: bold; font-size: 18.75px;"&gt;Error: Initialing Form...&lt;/H4&gt;&lt;DIV style="color: #000000; background-color: #ffffff;"&gt;&lt;UL&gt;&lt;LI style="padding: 10px 0px;"&gt;External instance "GRSM_species_list" is empty.&lt;/LI&gt;&lt;LI style="padding: 10px 0px;"&gt;FormLogicError: instance "cover_lookup" does not exist in model&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 20:32:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843525#M21465</guid>
      <dc:creator>KendraStraub</dc:creator>
      <dc:date>2018-02-12T20:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata returning error message</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843526#M21466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kendra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The form has a couple of issues:&lt;/P&gt;&lt;P&gt;1) You are using + instead of the concat() function. The webform does not support the use of + to create a string&lt;/P&gt;&lt;P&gt;2) The .csv has a column title with spaces in it - try updating it to be:&amp;nbsp;GRSM_Scientific_Name_GRSM_Code_USDA_Code_USDA_Common_Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fix those two things and the form will run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 10:25:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843526#M21466</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2018-02-13T10:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata returning error message</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843527#M21467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using + not to concatenate into a strong but as a simple calculation. Is the problem that the results of the calculation can't be displayed in a notes field?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is odd because this survey, the same way it is, worked last spring but no longer works. Perhaps there have been updates that have affected these behaviors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 19:44:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843527#M21467</guid>
      <dc:creator>KendraStraub</dc:creator>
      <dc:date>2018-02-13T19:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata returning error message</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843528#M21468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Jonathan. This solved the follow error:&lt;/P&gt;&lt;UL style="color: #000000; border: 0px; padding: 0px 0px 0px 30px;"&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px; padding: 10px 0px;"&gt;External instance "GRSM_species_list" is empty.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I am still getting this error:&lt;/P&gt;&lt;UL style="color: #000000; border: 0px; padding: 0px 0px 0px 30px;"&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0.5ex 0px; padding: 10px 0px;"&gt;FormLogicError: instance "cover_lookup" does not exist in model&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-No spaces in column headings&lt;/P&gt;&lt;P&gt;-Can't find any issues in the pulldata calculations that are using the cover_up csv&lt;/P&gt;&lt;P&gt;-cover_lookup.csv is in the media folder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate it!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 17:28:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843528#M21468</guid>
      <dc:creator>KendraStraub</dc:creator>
      <dc:date>2018-02-14T17:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata returning error message</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843529#M21469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kendra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing that is causing this issue is the following:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;int(pulldata('cover_lookup','value','cover',${T2_Range})) - &lt;/STRONG&gt;note that there are a few examples of this in your survey.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This returns an integer, but you are using it to update a text question.&lt;/P&gt;&lt;P&gt;You should remove the int() statement - or use a integer or decimal question instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need any further assistance with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Feb 2018 06:30:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843529#M21469</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2018-02-18T06:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata returning error message</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843530#M21470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your point makes sense. I understand that I was using an integer to populate a text field and why that doesn't make sure. Thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went ahead and tested both&lt;/P&gt;&lt;P&gt;-Changing all fields with int() to integer fields--&amp;gt; same error&lt;/P&gt;&lt;P&gt;-Leaving those fields as text and then removing int() from the calculation--&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I even went ahead and removed all of the fields with those troublesome calculations and then I still got the same error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for any help,&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 20:58:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843530#M21470</guid>
      <dc:creator>KendraStraub</dc:creator>
      <dc:date>2018-02-20T20:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata returning error message</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843531#M21471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - Attached is the full working survey.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can just unzip and copy into your my survey designs directory (C:\Users\XXXX\ArcGIS\My Survey Designs)&lt;/P&gt;&lt;P&gt;and publish from connect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how you get on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 07:03:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843531#M21471</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2018-02-21T07:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata returning error message</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843532#M21472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sending the updated form, very helpful. One remaining issue is that concat won't work in this instance. We don't want a concatenated string of values, we want to sum of several integers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we use concat we end up with, something like 30 + 40 = 03004000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This zipped version works in that is provides the sum of the values we are looking for. I experience no error in Survey123 Connect when testing, but when I publish, I get the same error: FormLogicError cover_lookup does not exist in your model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps this means it will work in the iPad app, just not in the web app?&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/397099_Capture.PNG" style="width: 620px; height: 182px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 20:04:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843532#M21472</guid>
      <dc:creator>KendraStraub</dc:creator>
      <dc:date>2018-02-21T20:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata returning error message</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843533#M21473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kendra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right, we should not use concatenate to add numbers. I have fixed the xls and attached.&lt;/P&gt;&lt;P&gt;Here is the published survey:&amp;nbsp;&lt;A class="link-titled" href="https://survey123.arcgis.com/share/8e2bc082e19d44beabc0ade8ffb7a13a" title="https://survey123.arcgis.com/share/8e2bc082e19d44beabc0ade8ffb7a13a"&gt;https://survey123.arcgis.com/share/8e2bc082e19d44beabc0ade8ffb7a13a&lt;/A&gt;&amp;nbsp;it does work on the web.&lt;/P&gt;&lt;P&gt;Can you make sure you are using the complete survey (all files not just the xls) as I made edits to all files.&lt;/P&gt;&lt;P&gt;Also can you let me know what version of Connect you are using? As well as the web browser version.&lt;/P&gt;&lt;P&gt;You should also clear your browser cache just in case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will get this working for you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 00:00:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843533#M21473</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2018-02-22T00:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata returning error message</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843534#M21474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sticking with me through these issues.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-I have cleared my browser cache&lt;/P&gt;&lt;P&gt;-I am using Google Chrome:&amp;nbsp;&lt;SPAN style="color: #757575;"&gt;Version 64.0.3282.167 (Official Build) (64-bit)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-I&amp;nbsp;was using Survey 123 Connect 2.5.44. But I just updated to 2.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything is looking great and working great in Connect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I published it and it doesn't work (as we expected) in my browser. We will be testing on iPad soon. Will keep you posted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kendra&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 15:18:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843534#M21474</guid>
      <dc:creator>KendraStraub</dc:creator>
      <dc:date>2018-02-22T15:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata returning error message</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843535#M21475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kendra - are you able to load and submit to the following:&amp;nbsp;&lt;A class="" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fsurvey123.arcgis.com%2Fshare%2F8e2bc082e19d44beabc0ade8ffb7a13a" rel="nofollow" style="color: #287433; background-color: #ffffff; border: 0px; text-decoration: underline; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;https://survey123.arcgis.com/share/8e2bc082e19d44beabc0ade8ffb7a13a&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2018 01:55:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843535#M21475</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2018-02-25T01:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata returning error message</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843536#M21476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for all of your help John! Everything works great! Thanks for sticking with me until it was resolved, much appreciated!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 15:59:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843536#M21476</guid>
      <dc:creator>KendraStraub</dc:creator>
      <dc:date>2018-02-26T15:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata returning error message</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843537#M21477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am having a different problem. It woks for some fields and for other it is not working or retrieving data from different fields ! &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions ?&lt;/P&gt;&lt;P&gt;Mahdi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 09:45:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843537#M21477</guid>
      <dc:creator>WASHSECTOR</dc:creator>
      <dc:date>2018-05-31T09:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata returning error message</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843538#M21478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahdi - can you share your survey form.xls? - I will publish it and take a look.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 06:09:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843538#M21478</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2018-06-04T06:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata returning error message</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843539#M21479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Johnathan,&lt;/P&gt;&lt;P&gt;Attached is the xls form and the IAMP file (to be inserted in Media)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 14:19:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843539#M21479</guid>
      <dc:creator>WASHSECTOR</dc:creator>
      <dc:date>2018-06-05T14:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata returning error message</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843540#M21480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #3d3d3d; background-color: #ffffff; border: 0px;"&gt;Thank you &lt;A href="https://community.esri.com/migrated-users/247997"&gt;Johnathan Hasthorpe&lt;/A&gt;‌&lt;/P&gt;&lt;P style="color: #3d3d3d; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;xls form and the Media file in the link below&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://unicef-my.sharepoint.com/:f:/g/personal/mwehbi_unicef_org/Ep-vGqyow-VAliv-sgoyiH4BZZEwpgj6KV49A6u87A08Ew" title="https://unicef-my.sharepoint.com/:f:/g/personal/mwehbi_unicef_org/Ep-vGqyow-VAliv-sgoyiH4BZZEwpgj6KV49A6u87A08Ew"&gt;https://unicef-my.sharepoint.com/:f:/g/personal/mwehbi_unicef_org/Ep-vGqyow-VAliv-sgoyiH4BZZEwpgj6KV49A6u87A08Ew&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 14:33:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843540#M21480</guid>
      <dc:creator>WASHSECTOR</dc:creator>
      <dc:date>2018-06-05T14:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata returning error message</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843541#M21481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahdi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have taken a look at your survey and the issue looks to be that one of the column names in your external .csv&amp;nbsp;contains both a comma and a question mark. The extra comma is breaking the .csv and the wrong values are being returned by the pulldata&amp;nbsp;function. Updating the .csv&amp;nbsp;should fix things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 02:54:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843541#M21481</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2018-06-07T02:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata returning error message</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843542#M21482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2018 18:09:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843542#M21482</guid>
      <dc:creator>WASHSECTOR</dc:creator>
      <dc:date>2018-11-23T18:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata returning error message</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843543#M21483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Can you help me in the below:&lt;BR /&gt;&lt;SPAN&gt;It is possible to collect data using survey 123 for only missing fields in hosted feature layer using collect and not inbox.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a hosted feature layer having&amp;nbsp;the fields (pcode1,name,length, width, location)&amp;nbsp;collected using survey 123. (12-654,house,14,25,36.55 33.5) the first 5 fields&amp;nbsp;now are filled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;today, i need to do another&amp;nbsp;data collection for the same site. I added the fields (color,type,size) in the hosted feature layer and submission url&amp;nbsp;in the new survey 123.&lt;BR /&gt;now i can go to inbox in the new form of survey 123 and inbox and find the pcode and update the fields already shown (color=black,etc..).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What i am asking is&amp;nbsp;the following:&lt;BR /&gt;I need the collector go to the new form survey 123 and collect new data and add the following fields (pcode2, color, type, size) and send.&lt;BR /&gt;&lt;/SPAN&gt;the survey 123 should look for pcode1 = pcode 2 and fill the missing data.&lt;BR /&gt;The new enumerators should not be allowed to see inbox or send items.&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;waiting your reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migration-blogpost/11168"&gt;Johnathan Hasthorpe's Blog&lt;/A&gt;‌&lt;BR /&gt;&lt;A href="https://community.esri.com/migrated-users/21661"&gt;Johnathan Hasthorpe&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2018 18:19:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843543#M21483</guid>
      <dc:creator>WASHSECTOR</dc:creator>
      <dc:date>2018-11-23T18:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata returning error message</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843544#M21484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Hi Mahdi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;If you wanted to populate a new survey with existing data you would need to use the pulldata() function.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff;"&gt;You could do a lookup based on the&amp;nbsp;&lt;SPAN&gt;pcode1 value to return the values that&amp;nbsp;you need and populate the form.&amp;nbsp;The only issue is that you would need to have the existing data available in a .csv&amp;nbsp;file. If there were updates to the underlying data you would need to update .csv and then republish the survey. Please see:&amp;nbsp;Use existing data in your survey - the pulldata( ) function for more information.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;Thanks&lt;BR /&gt;John&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2018 05:23:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-returning-error-message/m-p/843544#M21484</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2018-12-03T05:23:27Z</dc:date>
    </item>
  </channel>
</rss>

