<?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: Repeating Groups that are not relevant still write to the tables in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/1056520#M34497</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/190619"&gt;@NirmalOjha1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Can you please share your xlsx file so we can take a look at how it is configured and confirm if it is the same issue as&amp;nbsp;&lt;SPAN&gt;BUG-000124014? Can you also share details of which question and the workflow to reproduce it.&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>Tue, 11 May 2021 01:45:01 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-05-11T01:45:01Z</dc:date>
    <item>
      <title>Repeating Groups that are not relevant still write to the tables</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/840720#M20797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this by design or a bug?&amp;nbsp; Here is an example that is causing some heartburn.&amp;nbsp; In a survey I have a repeating group that is conditionally required.&amp;nbsp; If the user doesn't need that section it is not shown.&amp;nbsp; However I am still seeing a record being inserted into the table.&amp;nbsp; If the repeating group is not relevant I wouldn't expect it to&amp;nbsp;insert a record into the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To explain further here is our example.&amp;nbsp;&amp;nbsp;The questions in the repeating group are related to how many plants were counted in the sample and how many plants were found in the sample that are affected.&amp;nbsp; i.e.&amp;nbsp; They count 500 plants and found 2 with the condition we are looking for.&amp;nbsp; &amp;nbsp;We default the values of those questions to aid with user entry to 500 and 0 respectively.&amp;nbsp; &amp;nbsp;When the record is inserted for the repeating group that is not relevant it inserts the defaults of 500 and 0.&amp;nbsp; Then, when I look at the data it makes it appear that they did the counts and found 0 affected plants.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From my testing I am seeing this behavior in 3.3 and beta versions of 3.4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2019 13:06:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/840720#M20797</guid>
      <dc:creator>RussellSturm</dc:creator>
      <dc:date>2019-05-30T13:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating Groups that are not relevant still write to the tables</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/840721#M20798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Russell,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a known issue with loading default values into a question that is not relevant on load, applies to parent layer or repeats. In this case the default value is stored in that question and sent to the feature service. In your case, because&amp;nbsp;the default values are&amp;nbsp;inside the repeat it is creating the first repeat record to be able to populate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a currently a open support bug BUG-000097105 in our backlog for this issue but unfortunately it did not get fixed for 3.5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried setting the repeat appearance to minimal, which should avoid the first record being created automatically?&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, 30 May 2019 22:49:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/840721#M20798</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-05-30T22:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating Groups that are not relevant still write to the tables</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/840722#M20799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Phil.&amp;nbsp; I think if I move my default values to a calculation I can get the survey to do what I want.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, another related question. When I moved my values to the calculation&amp;nbsp; it does not write a record to the repeating group table.&amp;nbsp; But I have another repeating group that does not have any default values and it always writes a record to the repeating group table.&amp;nbsp; The record has no values besides the global keys and created/updated info but I'm curious why one is creating a record and the other isn't.&amp;nbsp; Are there other conditions that cause it to create a record?&amp;nbsp; I have both of the repeating groups set up in the same way.&lt;/P&gt;&lt;P&gt;FYI - The all "null" record I can workaround pretty easy (unlike when the defaults were being inserted) but if I could avoid having the record at all I would rather have that.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2019 13:08:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/840722#M20799</guid>
      <dc:creator>RussellSturm</dc:creator>
      <dc:date>2019-05-31T13:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating Groups that are not relevant still write to the tables</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/840723#M20800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Russell,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There must be an expression (could be required, constraint, relevant, pulldata etc) in that repeat that is running when the form loads based on other values changing or being loaded. This is what creates the first record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried setting that repeat to minimal appearance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share your xlsx file so we can take a closer look?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Jun 2019 00:59:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/840723#M20800</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-06-01T00:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating Groups that are not relevant still write to the tables</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/840724#M20801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Russell,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue with default values populating when a question is not relevant has been fixed and you can test it out with latest 3.6 beta builds available on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://earlyadopter.esri.com/project/article/item.html?cap=e69ef91f45744b98882c651f7b518eb7&amp;amp;arttypeid={4d0c881a-e4c4-4530-846f-512df374efc3}&amp;amp;artid={14452114-091D-4D07-9E7A-F81B0B6237B2}" style="color: #2989c5; text-decoration: none;"&gt;EAC&lt;/A&gt;. The latest version to test with is 3.6.100. Please let us know your feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Aug 2019 10:36:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/840724#M20801</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-08-19T10:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating Groups that are not relevant still write to the tables</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/840725#M20802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/359486"&gt;Russell Sturm&lt;/A&gt;‌&amp;nbsp; The fix is now available in 3.6. See &lt;A href="https://community.esri.com/groups/survey123/blog/2019/09/26/hobbit-day-release-36"&gt;https://community.esri.com/groups/survey123/blog/2019/09/26/hobbit-day-release-36&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2019 04:31:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/840725#M20802</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2019-09-27T04:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating Groups that are not relevant still write to the tables</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/1056278#M34481</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2929"&gt;@IsmaelChivite&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1213"&gt;@JamesTedrick&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having the same issue, but with the latest version of the Survey123 Connect version 3.12.232 (latest available).&lt;/P&gt;&lt;P&gt;Did the&amp;nbsp; "BUG-000124014" resurfaced? I am getting lots of empty records being submitted.&lt;/P&gt;&lt;P&gt;Nirmal&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 16:32:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/1056278#M34481</guid>
      <dc:creator>NirmalOjha1</dc:creator>
      <dc:date>2021-05-10T16:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating Groups that are not relevant still write to the tables</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/1056520#M34497</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/190619"&gt;@NirmalOjha1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Can you please share your xlsx file so we can take a look at how it is configured and confirm if it is the same issue as&amp;nbsp;&lt;SPAN&gt;BUG-000124014? Can you also share details of which question and the workflow to reproduce it.&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>Tue, 11 May 2021 01:45:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/1056520#M34497</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-05-11T01:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating Groups that are not relevant still write to the tables</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/1056802#M34526</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous User&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will send you direct message with the XLSX file attached.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Nirmal&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 18:08:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/1056802#M34526</guid>
      <dc:creator>NirmalOjha1</dc:creator>
      <dc:date>2021-05-11T18:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating Groups that are not relevant still write to the tables</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/1057504#M34582</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/190619"&gt;@NirmalOjha1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I took at a look at your survey and narrowed down the issue. It is caused by the required fields inside the nested repeats. There is a known issue if required fields are used inside a nested repeat and the repeat is also not relevant, a blank record will be created/sent to the feature layer. If you remove the required "yes" values from those questions inside the nested repeats, blank rows will not be created when the repeats are not relevant.&lt;/P&gt;&lt;P&gt;We have two existing support issues&amp;nbsp;BUG-000127740 and BUG-000127759 which are related to the same issue, they have the same sympton and cause related back to required fields or other expressions in nested repeats.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 06:41:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/1057504#M34582</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-05-13T06:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating Groups that are not relevant still write to the tables</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/1057623#M34588</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous User&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for looking at this.&lt;/P&gt;&lt;P&gt;I have several surveys with nested repeats. I am going to try another way if that works; use formula to calculate the required. But, it may not make any different.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirmal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 14:36:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/1057623#M34588</guid>
      <dc:creator>NirmalOjha1</dc:creator>
      <dc:date>2021-05-13T14:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating Groups that are not relevant still write to the tables</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/1124686#M39160</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/192269"&gt;@RussellSturm&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/190619"&gt;@NirmalOjha1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Just letting you know we have recently updated the 3.14 beta builds on the &lt;A href="https://earlyadopter.esri.com/project/home.html?cap=e69ef91f45744b98882c651f7b518eb7" target="_self"&gt;Early Adopter Community&lt;/A&gt; and the next release will include major improvements to the expression calculation engine, new calculation modes, improvements to loading relevant questions and repeats, and other fixes to repeats, nested repeats and repeat count. With these improvements we see faster loading surveys, increased stability, less crashes and ability to optimize calculation workflows.&lt;/P&gt;&lt;P&gt;The issue you reported above with non-relevant groups and blank records being submitted, should now also be resolved with latest 3.14 beta builds.&lt;/P&gt;&lt;P&gt;Please refer to this blog post for more details: &lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/arcgis-survey123-3-14-beta-is-now-available-for/ba-p/1124459" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-survey123-blog/arcgis-survey123-3-14-beta-is-now-available-for/ba-p/1124459&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Direct link to EAC announcement:&amp;nbsp;&lt;A href="https://earlyadopter.esri.com/project/article/item.html?cap=e69ef91f45744b98882c651f7b518eb7&amp;amp;arttypeid={4d0c881a-e4c4-4530-846f-512df374efc3}&amp;amp;artid={AF66CE67-315D-4F56-8F6D-A77DDFA5F59B}" target="_blank" rel="noopener"&gt;https://earlyadopter.esri.com/project/article/item.html?cap=e69ef91f45744b98882c651f7b518eb7&amp;amp;arttypeid={4d0c881a-e4c4-4530-846f-512df374efc3}&amp;amp;artid={AF66CE67-315D-4F56-8F6D-A77DDFA5F59B}&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 23:40:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/1124686#M39160</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-09T23:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating Groups that are not relevant still write to the tables</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/1124689#M39161</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;@Anonymous User&amp;nbsp; for the updates. I will check those.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nirmal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 23:41:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/repeating-groups-that-are-not-relevant-still-write/m-p/1124689#M39161</guid>
      <dc:creator>NirmalOjha1</dc:creator>
      <dc:date>2021-12-09T23:41:53Z</dc:date>
    </item>
  </channel>
</rss>

