<?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 Nested repeat creating blank records in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787410#M7454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6; width: 98.3709%;"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH style="width: 21.8662%;"&gt;type&lt;/TH&gt;&lt;TH style="width: 17.1338%;"&gt;name&lt;/TH&gt;&lt;TH style="width: 17%;"&gt;label&lt;/TH&gt;&lt;TH style="width: 18%;"&gt;required&lt;/TH&gt;&lt;TH style="width: 74%;"&gt;relevant&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="width: 21.8662%;"&gt;begin repeat&lt;/TD&gt;&lt;TD style="width: 17.1338%;"&gt;freq_plot&lt;/TD&gt;&lt;TD style="width: 17%;"&gt;Freq Plots&lt;/TD&gt;&lt;TD style="width: 18%;"&gt;&lt;/TD&gt;&lt;TD style="width: 74%;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 21.8662%;"&gt;integer&lt;/TD&gt;&lt;TD style="width: 17.1338%;"&gt;quad_id&lt;/TD&gt;&lt;TD style="width: 17%;"&gt;Quad ID&lt;/TD&gt;&lt;TD style="width: 18%;"&gt;yes&lt;/TD&gt;&lt;TD style="width: 74%;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 21.8662%;"&gt;begin repeat&lt;/TD&gt;&lt;TD style="width: 17.1338%;"&gt;freq_plot_species&lt;/TD&gt;&lt;TD style="width: 17%;"&gt;Species List&lt;/TD&gt;&lt;TD style="width: 18%;"&gt;&lt;/TD&gt;&lt;TD style="width: 74%;"&gt;string-length(string(${quad_id}))&amp;gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 21.8662%;"&gt;select_one species&lt;/TD&gt;&lt;TD style="width: 17.1338%;"&gt;species_name&lt;/TD&gt;&lt;TD style="width: 17%;"&gt;Sci Name&lt;/TD&gt;&lt;TD style="width: 18%;"&gt;yes&lt;/TD&gt;&lt;TD style="width: 74%;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 21.8662%;"&gt;select_one livedead&lt;/TD&gt;&lt;TD style="width: 17.1338%;"&gt;live_dead&lt;/TD&gt;&lt;TD style="width: 17%;"&gt;Live or Dead&lt;/TD&gt;&lt;TD style="width: 18%;"&gt;yes&lt;/TD&gt;&lt;TD style="width: 74%;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 21.8662%;"&gt;end repeat&lt;/TD&gt;&lt;TD style="width: 17.1338%;"&gt;&lt;/TD&gt;&lt;TD style="width: 17%;"&gt;&lt;/TD&gt;&lt;TD style="width: 18%;"&gt;&lt;/TD&gt;&lt;TD style="width: 74%;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 21.8662%;"&gt;end repeat&lt;/TD&gt;&lt;TD style="width: 17.1338%;"&gt;&lt;/TD&gt;&lt;TD style="width: 17%;"&gt;&lt;/TD&gt;&lt;TD style="width: 18%;"&gt;&lt;/TD&gt;&lt;TD style="width: 74%;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic nested repeat as shown above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the survey form. The first record, Quad ID 1, has 2 inner repeat records, sp1-live and sp2-dead hence why you see the 2 of 2 count on the inner-repeat. This is the behavior one would expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="532" src="https://community.esri.com/legacyfs/online/416578_Picture2.png" width="392" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is Quad ID: 2, the 2nd record. &lt;STRONG&gt;&lt;SPAN style="font-size: 22px;"&gt;Here's a screenshot immediately after entering the Quad ID value. Notice how the inner-repeat is already pre-populated with 2 blank records.&lt;/SPAN&gt;&amp;nbsp;&lt;/STRONG&gt;If the previous record, (Quad ID: 1) would of had 3 inner-repeat records, then this record would of also had 3 blank inner-repeat records and so forth. The biggest issue is when you arrow &amp;lt; to previous outer repeat records then try to navigate through the inner repeat records. You get validation errors because the blanks are not meeting the field required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="" class="image-2 jive-image" height="538" src="https://community.esri.com/legacyfs/online/416581_Picture3.png" width="381" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After more testing, turns out that these blank records are ONLY created when you have a formula in the relevant column, as shown in the table at the top of this post. &lt;SPAN style="font-size: 22px;"&gt;&lt;STRONG&gt;If that relevant formula is removed, then the blank records are not created.&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the same behavior in S123 Connect, S123 Windows, Android and iOS, all the latest versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ESRI, is this expected or is this a bug? &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jul 2018 15:20:12 GMT</pubDate>
    <dc:creator>danbecker</dc:creator>
    <dc:date>2018-07-31T15:20:12Z</dc:date>
    <item>
      <title>Nested repeat creating blank records</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787410#M7454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6; width: 98.3709%;"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH style="width: 21.8662%;"&gt;type&lt;/TH&gt;&lt;TH style="width: 17.1338%;"&gt;name&lt;/TH&gt;&lt;TH style="width: 17%;"&gt;label&lt;/TH&gt;&lt;TH style="width: 18%;"&gt;required&lt;/TH&gt;&lt;TH style="width: 74%;"&gt;relevant&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="width: 21.8662%;"&gt;begin repeat&lt;/TD&gt;&lt;TD style="width: 17.1338%;"&gt;freq_plot&lt;/TD&gt;&lt;TD style="width: 17%;"&gt;Freq Plots&lt;/TD&gt;&lt;TD style="width: 18%;"&gt;&lt;/TD&gt;&lt;TD style="width: 74%;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 21.8662%;"&gt;integer&lt;/TD&gt;&lt;TD style="width: 17.1338%;"&gt;quad_id&lt;/TD&gt;&lt;TD style="width: 17%;"&gt;Quad ID&lt;/TD&gt;&lt;TD style="width: 18%;"&gt;yes&lt;/TD&gt;&lt;TD style="width: 74%;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 21.8662%;"&gt;begin repeat&lt;/TD&gt;&lt;TD style="width: 17.1338%;"&gt;freq_plot_species&lt;/TD&gt;&lt;TD style="width: 17%;"&gt;Species List&lt;/TD&gt;&lt;TD style="width: 18%;"&gt;&lt;/TD&gt;&lt;TD style="width: 74%;"&gt;string-length(string(${quad_id}))&amp;gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 21.8662%;"&gt;select_one species&lt;/TD&gt;&lt;TD style="width: 17.1338%;"&gt;species_name&lt;/TD&gt;&lt;TD style="width: 17%;"&gt;Sci Name&lt;/TD&gt;&lt;TD style="width: 18%;"&gt;yes&lt;/TD&gt;&lt;TD style="width: 74%;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 21.8662%;"&gt;select_one livedead&lt;/TD&gt;&lt;TD style="width: 17.1338%;"&gt;live_dead&lt;/TD&gt;&lt;TD style="width: 17%;"&gt;Live or Dead&lt;/TD&gt;&lt;TD style="width: 18%;"&gt;yes&lt;/TD&gt;&lt;TD style="width: 74%;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 21.8662%;"&gt;end repeat&lt;/TD&gt;&lt;TD style="width: 17.1338%;"&gt;&lt;/TD&gt;&lt;TD style="width: 17%;"&gt;&lt;/TD&gt;&lt;TD style="width: 18%;"&gt;&lt;/TD&gt;&lt;TD style="width: 74%;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 21.8662%;"&gt;end repeat&lt;/TD&gt;&lt;TD style="width: 17.1338%;"&gt;&lt;/TD&gt;&lt;TD style="width: 17%;"&gt;&lt;/TD&gt;&lt;TD style="width: 18%;"&gt;&lt;/TD&gt;&lt;TD style="width: 74%;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic nested repeat as shown above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the survey form. The first record, Quad ID 1, has 2 inner repeat records, sp1-live and sp2-dead hence why you see the 2 of 2 count on the inner-repeat. This is the behavior one would expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="532" src="https://community.esri.com/legacyfs/online/416578_Picture2.png" width="392" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is Quad ID: 2, the 2nd record. &lt;STRONG&gt;&lt;SPAN style="font-size: 22px;"&gt;Here's a screenshot immediately after entering the Quad ID value. Notice how the inner-repeat is already pre-populated with 2 blank records.&lt;/SPAN&gt;&amp;nbsp;&lt;/STRONG&gt;If the previous record, (Quad ID: 1) would of had 3 inner-repeat records, then this record would of also had 3 blank inner-repeat records and so forth. The biggest issue is when you arrow &amp;lt; to previous outer repeat records then try to navigate through the inner repeat records. You get validation errors because the blanks are not meeting the field required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="" class="image-2 jive-image" height="538" src="https://community.esri.com/legacyfs/online/416581_Picture3.png" width="381" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After more testing, turns out that these blank records are ONLY created when you have a formula in the relevant column, as shown in the table at the top of this post. &lt;SPAN style="font-size: 22px;"&gt;&lt;STRONG&gt;If that relevant formula is removed, then the blank records are not created.&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the same behavior in S123 Connect, S123 Windows, Android and iOS, all the latest versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ESRI, is this expected or is this a bug? &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 15:20:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787410#M7454</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2018-07-31T15:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Nested repeat creating blank records</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787411#M7455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an issue we are working to resolve. &amp;nbsp;It is caused by the relevant statement in the form; removing it can resolve the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 20:51:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787411#M7455</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2018-07-31T20:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Nested repeat creating blank records</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787412#M7456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately the fix&amp;nbsp;was not in the latest release of Survey 123 - will it be in the next release?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 19:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787412#M7456</guid>
      <dc:creator>ToniKnust</dc:creator>
      <dc:date>2018-08-29T19:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Nested repeat creating blank records</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787413#M7457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Toni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are planning to look into this in for our next release, but cannot promise we will have a fix for it then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 20:28:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787413#M7457</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2018-08-30T20:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Nested repeat creating blank records</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787414#M7458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A fix for the repeat issue is now available on EAC:&amp;nbsp;&lt;A class="" href="https://earlyadopter.esri.com/project/version/default.html?cap=e69ef91f45744b98882c651f7b518eb7&amp;amp;arttypeid=3a688447e8f74e6d8c7fa09028dc1c55" style="color: #2989c5; text-decoration: none;" title="https://earlyadopter.esri.com/project/version/default.html?cap=e69ef91f45744b98882c651f7b518eb7&amp;amp;arttypeid=3a688447e8f74e6d8c7fa09028dc1c55"&gt;Welcome to our Feedback Community&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please download the&amp;nbsp;release candidate and test your survey.&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, 27 Nov 2018 05:18:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787414#M7458</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2018-11-27T05:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Nested repeat creating blank records</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787415#M7459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Hi&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;Dan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Just an update to let you know that we have been working on the issues described&amp;nbsp;in this post and a&amp;nbsp;lot of progress has been made with repeats/nested repeats and defaults/calculations/relevants/groups and missing values when opening the survey, so we believe the issue has been resolved for our upcoming 3.2 release which is due end of January.&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;If you have time, can you please check out the latest 3.2 RC builds (Connect 3.2.192 and App 3.2.262) available on EAC here:&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;A class="link-titled" href="https://earlyadopter.esri.com/project/version/default.html?cap=e69ef91f45744b98882c651f7b518eb7&amp;amp;arttypeid=3a688447e8f74e6d8c7fa09028dc1c55" title="https://earlyadopter.esri.com/project/version/default.html?cap=e69ef91f45744b98882c651f7b518eb7&amp;amp;arttypeid=3a688447e8f74e6d8c7fa09028dc1c55"&gt;Welcome to our Feedback Community&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;and provide any feedback. The sooner we can get feedback the sooner&amp;nbsp;we&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;can address any outstanding issues before the release.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Regards,&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Phil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2019 02:46:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787415#M7459</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-01-15T02:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Nested repeat creating blank records</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787416#M7460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I have a complex form with nested repeats. I am experiencing issues with the nested repeats not recording data even when the field is set to required. When the user enters data&amp;nbsp;into the repeat and then tries to enter another record, the required alert appears in the populated field and the user cannot move to populate another repeat. I removed the required option and then republished the form thinking there might be a bug with the required feature. but now when the user enters data into the repeat and scrolls back to review, the data is missing. To complicate matters the issue seems to occur intermittently as I have not detected a discernible pattern. To confirm that the data was not recording, I uploaded it to AGOL and am missing many records in the repeats. I am using the latest version of Survey123 for Android and my Android OS is 6.0.&amp;nbsp;Any ideas?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2019 11:42:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787416#M7460</guid>
      <dc:creator>BryceHancock</dc:creator>
      <dc:date>2019-07-15T11:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Nested repeat creating blank records</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787417#M7461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bryce,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do not have any known outstanding issues with nested repeats following the 3.5 release.It could be related null values and loading order and the way you have configured your survey with relevant expressions and calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share a copy of your xslx file and further description of which questions are not working? Are you able to make a simplified survey with less questions that replicate the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tested the latest 3.5 release as well as the 3.6 beta on EAC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2019 01:28:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787417#M7461</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-07-18T01:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Nested repeat creating blank records</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787418#M7462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for getting back to me. Here is a link to the question I posted a few days ago with the xls folder.&amp;nbsp;&lt;A _jive_internal="true" href="https://community.esri.com/thread/236617-bug-nested-repeat-not-recording-data"&gt;https://community.esri.com/thread/236617-bug-nested-repeat-not-recording-data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue was occurring with the ground cover repeat. I had repeat count set to 8 for the ground cover repeat and when the user entered a record and attempted to move to the next record, the required alert appeared and the user was unable to enter another record. I removed the repeat count and the form seems to be working now but it would be great if you could confirm the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2019 16:40:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787418#M7462</guid>
      <dc:creator>BryceHancock</dc:creator>
      <dc:date>2019-07-18T16:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Nested repeat creating blank records</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787419#M7463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bryce,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will take a look at the xlsx you provided over on the other post, and reply there if have any questions or an outcome to your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2019 22:50:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/nested-repeat-creating-blank-records/m-p/787419#M7463</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-07-18T22:50:19Z</dc:date>
    </item>
  </channel>
</rss>

