<?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: Cannot read properties of null (reading '0') in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/cannot-read-properties-of-null-reading-0/m-p/1135681#M39886</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/453598"&gt;@Maryse&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;There could be an issue with the CSV file, we normally see this error when there is unsupported characters in the CSV, or a blank line at the end, or some other formatting issue. Opening the CSV is NotePad++ and inspecting it can often help, as opening in Excel saves the CSV with additional formatting.&lt;/P&gt;&lt;P&gt;If you can please send your Excel (XLSForm) and CSV file I can take a look.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jan 2022 22:45:37 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2022-01-20T22:45:37Z</dc:date>
    <item>
      <title>Cannot read properties of null (reading '0')</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/cannot-read-properties-of-null-reading-0/m-p/1134496#M39805</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am having the error message &lt;STRONG&gt;Cannot read properties of null (reading '0')&amp;nbsp;&lt;/STRONG&gt;when trying to edit a record from S123 website.&lt;/P&gt;&lt;P&gt;&lt;U&gt;Details about the survey:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;# I have created my survey in S123 Connect&lt;/P&gt;&lt;P&gt;# I am using a simple .csv file (~200 locations + some details), there is no special character in the title just uppercase&lt;/P&gt;&lt;P&gt;# I do not use repeats&lt;/P&gt;&lt;P&gt;# I am using exif &amp;amp; pulldata just to extract photo latitude/longitude, as below, for each of the 6 photos areas&lt;/P&gt;&lt;P&gt;Calculation -&amp;gt;&amp;nbsp;&lt;FONT color="#339966"&gt;pulldata("@exif", ${_photo_upstream}, "GpsLatitude") &lt;FONT color="#000000"&gt;|&lt;/FONT&gt;&amp;nbsp;&lt;FONT color="#000000"&gt;bind::esri:fieldType&lt;/FONT&gt; -&amp;gt; esriFieldTypeDouble&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;# I also have a photo name "question" (for the report as we want the site_id in the photo name + the specific name of each photo) with a calc field completed as below:&lt;/P&gt;&lt;P&gt;Calculation -&amp;gt;&amp;nbsp;&lt;FONT color="#339966"&gt;${site_id} + ${_photo_area1}&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;# I also have a couple of questions conditioned to hide the "details" text box. The surveyor has to select any of the choices&amp;nbsp; for the text box to appear (it will appear for every choices)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#993366"&gt;&lt;FONT color="#000000"&gt;Relevant -&amp;gt;&lt;/FONT&gt; ${fence_crossing}='yes' or ${fence_crossing}='no'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;# All the 'select one' and 'select multiple'&amp;nbsp;questions are formatted as below, for the 'other' choices:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#993366"&gt;&lt;FONT color="#000000"&gt;Relevant -&amp;gt;&lt;/FONT&gt; selected(${access_}, 'other')&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;A guess:&amp;nbsp;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;The surveyor do not necessary take photos for each of the 6 areas. However, when NO photos is taken, the latitude&amp;nbsp;and longitude show up with a 0 value in S123 website (when it should be&amp;nbsp;&lt;EM&gt;null&lt;/EM&gt; ?). I thought this might be the issue however when all the photos are taken (so no 0 lat/long) the error is still appeearing.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I am able to edit a record even after receiving this error message, however, all the calculations indicated above are being cancelled after re-submitting.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;/The records just need editing for a&amp;nbsp; checker and approver to add their name + date/&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 09:19:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/cannot-read-properties-of-null-reading-0/m-p/1134496#M39805</guid>
      <dc:creator>Maryse</dc:creator>
      <dc:date>2022-01-18T09:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot read properties of null (reading '0')</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/cannot-read-properties-of-null-reading-0/m-p/1135681#M39886</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/453598"&gt;@Maryse&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;There could be an issue with the CSV file, we normally see this error when there is unsupported characters in the CSV, or a blank line at the end, or some other formatting issue. Opening the CSV is NotePad++ and inspecting it can often help, as opening in Excel saves the CSV with additional formatting.&lt;/P&gt;&lt;P&gt;If you can please send your Excel (XLSForm) and CSV file I can take a look.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 22:45:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/cannot-read-properties-of-null-reading-0/m-p/1135681#M39886</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-01-20T22:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot read properties of null (reading '0')</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/cannot-read-properties-of-null-reading-0/m-p/1146123#M40665</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous User&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find a sample of both .csv file and the survey form. Formatting is the same beside few "general" questions and anyway the issue is still applying -&amp;gt; photo coordinates disappear when resubmitting from S123 website.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Maryse&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 11:55:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/cannot-read-properties-of-null-reading-0/m-p/1146123#M40665</guid>
      <dc:creator>Maryse</dc:creator>
      <dc:date>2022-02-21T11:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot read properties of null (reading '0')</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/cannot-read-properties-of-null-reading-0/m-p/1201574#M44242</link>
      <description>&lt;P&gt;Hello&amp;nbsp;@Anonymous User&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im phasing the same error when I'm traying to use the "mode=copy" URL parameter&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is because that parameter is not supported on Enterprise?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 20:42:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/cannot-read-properties-of-null-reading-0/m-p/1201574#M44242</guid>
      <dc:creator>JhoanUrquia</dc:creator>
      <dc:date>2022-08-10T20:42:15Z</dc:date>
    </item>
  </channel>
</rss>

