<?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: Inbox repeats not downloading if there is repeat_count in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/inbox-repeats-not-downloading-if-there-is-repeat/m-p/1195666#M43928</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/251557"&gt;@ZacharySutherby&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for the tips. The problem is that even though body::esri:visible was false, the validations were still checking (although I received no messaging...the form just wouldn't submit).&lt;/P&gt;&lt;P&gt;I think I'm good to go know, though. What end up working was putting a conditional statement on my repeat_count so that the form wouldn't try to force-create a new record when not visible. And then I did set up conditional expressions on my required columns within the repeat as well. Now everything is working well.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jul 2022 22:19:58 GMT</pubDate>
    <dc:creator>PaulPetersen1</dc:creator>
    <dc:date>2022-07-25T22:19:58Z</dc:date>
    <item>
      <title>Inbox repeats not downloading if there is repeat_count</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/inbox-repeats-not-downloading-if-there-is-repeat/m-p/1195519#M43917</link>
      <description>&lt;P&gt;Title of the thread says it all. I have Inbox set up and repeats configured to allowUpdates and query. The existing repeats sync into the Inbox just fine, as long as I don't set a repeat_count parameter. If I set the repeat_count to anything, the existing repeats no longer download.&lt;/P&gt;&lt;P&gt;Is this a feature or a bug? Any workarounds?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 18:01:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/inbox-repeats-not-downloading-if-there-is-repeat/m-p/1195519#M43917</guid>
      <dc:creator>PaulPetersen1</dc:creator>
      <dc:date>2022-07-25T18:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Inbox repeats not downloading if there is repeat_count</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/inbox-repeats-not-downloading-if-there-is-repeat/m-p/1195624#M43922</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/88758"&gt;@PaulPetersen1&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;A small test on my end isn't able to reproduce the same issue (same XLSForm attached). If possible would you be able to pass along your XLSForm for testing on our end?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 20:43:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/inbox-repeats-not-downloading-if-there-is-repeat/m-p/1195624#M43922</guid>
      <dc:creator>ZacharySutherby</dc:creator>
      <dc:date>2022-07-25T20:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Inbox repeats not downloading if there is repeat_count</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/inbox-repeats-not-downloading-if-there-is-repeat/m-p/1195647#M43926</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/251557"&gt;@ZacharySutherby&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I did some more testing and figured out that it was because I had a relevant expression set on the repeat, and the form was opening with the relevant expression not satisfied...this was causing all of the attributes in the the first item in the repeat to be nullified. So the record was indeed being downloaded, but I would lose all of the attributes.&lt;/P&gt;&lt;P&gt;I thought I could perhaps use body::esri:visible instead of relevant, but since I have required questions in the repeat, it wouldn't let me submit the form.&lt;/P&gt;&lt;P&gt;Is there a way for me to get relevant-style functionality (ie, bypass required questions)&amp;nbsp;&lt;EM&gt;without&lt;/EM&gt; nullifying records?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 21:35:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/inbox-repeats-not-downloading-if-there-is-repeat/m-p/1195647#M43926</guid>
      <dc:creator>PaulPetersen1</dc:creator>
      <dc:date>2022-07-25T21:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Inbox repeats not downloading if there is repeat_count</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/inbox-repeats-not-downloading-if-there-is-repeat/m-p/1195662#M43927</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/88758"&gt;@PaulPetersen1&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;The body::esri:visible expression is going the be the only option to conditionally show/hide questions/repeats without nullifying data. If the body::esri:visible expression is false the required validation won't check. You can also set up expressions in the required column to only make the questions required when you want them to be. For example you could make them required only if the survey is in "new" mode and not in edit mode, or only required if a certain question has been answered.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 21:55:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/inbox-repeats-not-downloading-if-there-is-repeat/m-p/1195662#M43927</guid>
      <dc:creator>ZacharySutherby</dc:creator>
      <dc:date>2022-07-25T21:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Inbox repeats not downloading if there is repeat_count</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/inbox-repeats-not-downloading-if-there-is-repeat/m-p/1195666#M43928</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/251557"&gt;@ZacharySutherby&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for the tips. The problem is that even though body::esri:visible was false, the validations were still checking (although I received no messaging...the form just wouldn't submit).&lt;/P&gt;&lt;P&gt;I think I'm good to go know, though. What end up working was putting a conditional statement on my repeat_count so that the form wouldn't try to force-create a new record when not visible. And then I did set up conditional expressions on my required columns within the repeat as well. Now everything is working well.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 22:19:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/inbox-repeats-not-downloading-if-there-is-repeat/m-p/1195666#M43928</guid>
      <dc:creator>PaulPetersen1</dc:creator>
      <dc:date>2022-07-25T22:19:58Z</dc:date>
    </item>
  </channel>
</rss>

