<?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 allowUpdates = true does not return repeats in Inbox in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/allowupdates-true-does-not-return-repeats-in-inbox/m-p/1089541#M36545</link>
    <description>&lt;P&gt;We have been using &lt;EM&gt;query allowUpdates=true&lt;/EM&gt;&amp;nbsp;in our surveys to allow repeats to be viewed and edited via the Inbox. However, we have recently noticed that this is no longer working. Now when viewing the surveys in the Inbox, none of the repeats show. The survey contains nested repeats.&lt;/P&gt;&lt;P&gt;A simplified example of the form structure is as follows:&lt;/P&gt;&lt;TABLE border="1" width="75%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="12.5%" height="24px"&gt;&lt;STRONG&gt;type&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="24px"&gt;&lt;STRONG&gt;name&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="24px"&gt;&lt;STRONG&gt;label&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="24px"&gt;&lt;STRONG&gt;appearance&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="24px"&gt;&lt;STRONG&gt;relevant&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="24px"&gt;&lt;STRONG&gt;bind::esri:parameters&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="111px"&gt;select_one yesno&lt;/TD&gt;&lt;TD width="12.5%" height="111px"&gt;SurveyPossible&lt;/TD&gt;&lt;TD width="12.5%" height="111px"&gt;Are you able to carry out a survey?&lt;/TD&gt;&lt;TD width="12.5%" height="111px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="12.5%" height="111px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="12.5%" height="111px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="46px"&gt;begin repeat&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;Records&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;Add a record&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;minimal&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;${SurveyPossible}='yes'&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;query allowUpdates=true&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="46px"&gt;time&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;RecordTime&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;Record time&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%"&gt;select_one RefStatus&lt;/TD&gt;&lt;TD width="12.5%"&gt;RefStatus&lt;/TD&gt;&lt;TD width="12.5%"&gt;status&lt;/TD&gt;&lt;TD width="12.5%" height="24px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="12.5%" height="24px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="12.5%" height="24px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="111px"&gt;begin repeat&lt;/TD&gt;&lt;TD width="12.5%" height="111px"&gt;Sightings&lt;/TD&gt;&lt;TD width="12.5%" height="111px"&gt;Record details&lt;/TD&gt;&lt;TD width="12.5%" height="111px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="12.5%" height="111px"&gt;${RefStatus} != 'ARNF' and ${RefStatus} != 'ARNC'&lt;/TD&gt;&lt;TD width="12.5%" height="111px"&gt;query allowUpdates=true&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="46px"&gt;select_one_external Species&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;Species&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;Species&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;autocomplete&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;end repeat&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;end repeat&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tested the following to see if it fixes the issue, but none of these steps have fixed it:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;remove 'null' from&amp;nbsp;&lt;EM&gt;bind::esri:fieldType&lt;/EM&gt; in begin repeat rows&lt;/LI&gt;&lt;LI&gt;change&amp;nbsp;&lt;EM&gt;query allowUpdates=true&amp;nbsp;&lt;/EM&gt;to&amp;nbsp;&lt;EM&gt;allowUpdates=true query&lt;/EM&gt; in &lt;EM&gt;bind::esri:parameters&lt;/EM&gt; in begin repeat rows&lt;/LI&gt;&lt;LI&gt;change&amp;nbsp;&lt;EM&gt;appearance&lt;/EM&gt; from&amp;nbsp;&lt;EM&gt;minimal&lt;/EM&gt;&amp;nbsp;to blank in begin repeat rows&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The latest version of the form was published from Connect 3.12.232, and tested in the Survey123 field app 3.12.277 (Windows x 64 and Android phone).&lt;/P&gt;&lt;P&gt;@Anonymous User&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;Any help in resolving this is greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Aug 2021 10:04:57 GMT</pubDate>
    <dc:creator>DataOfficer</dc:creator>
    <dc:date>2021-08-17T10:04:57Z</dc:date>
    <item>
      <title>allowUpdates = true does not return repeats in Inbox</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/allowupdates-true-does-not-return-repeats-in-inbox/m-p/1089541#M36545</link>
      <description>&lt;P&gt;We have been using &lt;EM&gt;query allowUpdates=true&lt;/EM&gt;&amp;nbsp;in our surveys to allow repeats to be viewed and edited via the Inbox. However, we have recently noticed that this is no longer working. Now when viewing the surveys in the Inbox, none of the repeats show. The survey contains nested repeats.&lt;/P&gt;&lt;P&gt;A simplified example of the form structure is as follows:&lt;/P&gt;&lt;TABLE border="1" width="75%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="12.5%" height="24px"&gt;&lt;STRONG&gt;type&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="24px"&gt;&lt;STRONG&gt;name&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="24px"&gt;&lt;STRONG&gt;label&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="24px"&gt;&lt;STRONG&gt;appearance&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="24px"&gt;&lt;STRONG&gt;relevant&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="24px"&gt;&lt;STRONG&gt;bind::esri:parameters&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="111px"&gt;select_one yesno&lt;/TD&gt;&lt;TD width="12.5%" height="111px"&gt;SurveyPossible&lt;/TD&gt;&lt;TD width="12.5%" height="111px"&gt;Are you able to carry out a survey?&lt;/TD&gt;&lt;TD width="12.5%" height="111px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="12.5%" height="111px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="12.5%" height="111px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="46px"&gt;begin repeat&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;Records&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;Add a record&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;minimal&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;${SurveyPossible}='yes'&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;query allowUpdates=true&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="46px"&gt;time&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;RecordTime&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;Record time&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%"&gt;select_one RefStatus&lt;/TD&gt;&lt;TD width="12.5%"&gt;RefStatus&lt;/TD&gt;&lt;TD width="12.5%"&gt;status&lt;/TD&gt;&lt;TD width="12.5%" height="24px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="12.5%" height="24px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="12.5%" height="24px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="111px"&gt;begin repeat&lt;/TD&gt;&lt;TD width="12.5%" height="111px"&gt;Sightings&lt;/TD&gt;&lt;TD width="12.5%" height="111px"&gt;Record details&lt;/TD&gt;&lt;TD width="12.5%" height="111px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="12.5%" height="111px"&gt;${RefStatus} != 'ARNF' and ${RefStatus} != 'ARNC'&lt;/TD&gt;&lt;TD width="12.5%" height="111px"&gt;query allowUpdates=true&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="46px"&gt;select_one_external Species&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;Species&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;Species&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;autocomplete&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="12.5%" height="46px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;end repeat&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;end repeat&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tested the following to see if it fixes the issue, but none of these steps have fixed it:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;remove 'null' from&amp;nbsp;&lt;EM&gt;bind::esri:fieldType&lt;/EM&gt; in begin repeat rows&lt;/LI&gt;&lt;LI&gt;change&amp;nbsp;&lt;EM&gt;query allowUpdates=true&amp;nbsp;&lt;/EM&gt;to&amp;nbsp;&lt;EM&gt;allowUpdates=true query&lt;/EM&gt; in &lt;EM&gt;bind::esri:parameters&lt;/EM&gt; in begin repeat rows&lt;/LI&gt;&lt;LI&gt;change&amp;nbsp;&lt;EM&gt;appearance&lt;/EM&gt; from&amp;nbsp;&lt;EM&gt;minimal&lt;/EM&gt;&amp;nbsp;to blank in begin repeat rows&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The latest version of the form was published from Connect 3.12.232, and tested in the Survey123 field app 3.12.277 (Windows x 64 and Android phone).&lt;/P&gt;&lt;P&gt;@Anonymous User&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;Any help in resolving this is greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 10:04:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/allowupdates-true-does-not-return-repeats-in-inbox/m-p/1089541#M36545</guid>
      <dc:creator>DataOfficer</dc:creator>
      <dc:date>2021-08-17T10:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: allowUpdates = true does not return repeats in Inbox</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/allowupdates-true-does-not-return-repeats-in-inbox/m-p/1092286#M36726</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/54030"&gt;@DataOfficer&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tested on my end with the sample form structure from above and I am not able to reproduce the same behavior. If you publish a new test survey using the form structure above are you able to reproduce the same behavior?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Zach&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 16:20:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/allowupdates-true-does-not-return-repeats-in-inbox/m-p/1092286#M36726</guid>
      <dc:creator>ZacharySutherby</dc:creator>
      <dc:date>2021-08-25T16:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: allowUpdates = true does not return repeats in Inbox</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/allowupdates-true-does-not-return-repeats-in-inbox/m-p/1092298#M36728</link>
      <description>&lt;P&gt;Hello Zach,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply. I've just tested a new form using the pared down example I gave and it is working (though interestingly I'm now experiencing some other issues with the Windows x64 install of the field app version 3.12.277 where it the 'Send now'/'Continue this survey'/'Save in Drafts' window hangs and doesn't work - working on my android phone though).&lt;BR /&gt;&lt;BR /&gt;However my full form still doesn't show any of the repeats when viewed from the Inbox.&amp;nbsp; The full form is &amp;gt;500 rows long and uses the 'theme-grid pages' style if that is likely to be having any effect?&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;BR /&gt;Rob&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 16:40:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/allowupdates-true-does-not-return-repeats-in-inbox/m-p/1092298#M36728</guid>
      <dc:creator>DataOfficer</dc:creator>
      <dc:date>2021-08-25T16:40:59Z</dc:date>
    </item>
  </channel>
</rss>

