<?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: Search Appearance inside Repeat does not save selection in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/search-appearance-inside-repeat-does-not-save/m-p/1378003#M54529</link>
    <description>&lt;P&gt;Hi Allard,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did this fix end up working out for you long-term?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been pulling my hair out over the past week trying to solve this issue of fields within my repeat getting deleted when users scroll backwards through repeats. I found your post here and thought I'd finally found the fix! I did extensive testing of it last night and everything seemed good, but when I went to use our field devices today I'm finding out the issue persists.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's been this way the entire time I've tried figuring this issue out. I think I have a solution, works in testing, but then the next day the issue persists like nothing changed.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Feb 2024 02:51:28 GMT</pubDate>
    <dc:creator>DustyJordan</dc:creator>
    <dc:date>2024-02-05T02:51:28Z</dc:date>
    <item>
      <title>Search Appearance inside Repeat does not save selection</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/search-appearance-inside-repeat-does-not-save/m-p/1122623#M39027</link>
      <description>&lt;P&gt;I am creating a survey with Survey123 Connect (Version 3.12.232) for field inspections at construction sites. My construction (point) feature layer is related to an inspection table. I am using a series of select_one questions with search() appearance to populate several dynamic lists from the construction layer. I use these selections to filter down the project name, construction type, and location to identify the actual construction site that is being inspected. I have two select_one search appearance questions inside a repeat (ideally they will stay within the repeat). I use these selections as variables in a pulldata() function that queries my feature layer and returns attributes for the selected construction site.&lt;/P&gt;&lt;P&gt;This workflow works great for only the first repeated record. When I add a new repeat, the selections in the previous repeat become unselected and I lose the pulldata() values. I think this error is because I am using the search appearance; it looks like the select_one is not maintaining the dynamic list when a new repeat is added. Any thoughts as to why this might be happening?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 18:58:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/search-appearance-inside-repeat-does-not-save/m-p/1122623#M39027</guid>
      <dc:creator>KristinThorpe1</dc:creator>
      <dc:date>2021-12-03T18:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Search Appearance inside Repeat does not save selection</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/search-appearance-inside-repeat-does-not-save/m-p/1123982#M39123</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/353064"&gt;@KimberlyMcCallum&lt;/a&gt;&amp;nbsp;Hi Kimberly! This was my original post to my "Dynamic Choice Lists using Search Appearance" dilemma.&amp;nbsp;Unfortunately, I have not found a solution. I'm thinking the problem lies within the fact each time a repeat record is added, the search() is run and it pulls fields from the feature service all over again, consequently clearing selection of the previous repeat.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a workaround, I moved the select-one search() questions outside my repeat and added text fields inside the repeat with the calculation set to the select-one questions. If the text field is set to read only it will not recalculate when a new repeat is added and the value within the repeat will reflect what was selected. At least in may case, the functionality of the repeat is now how I want it. But, the select-one question is still selected and there is nothing prompting the user to select a new choice from the list, so it's a little clumsier and not ideal for someone who's not familiar with how Survey works.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 19:27:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/search-appearance-inside-repeat-does-not-save/m-p/1123982#M39123</guid>
      <dc:creator>KristinThorpe1</dc:creator>
      <dc:date>2021-12-08T19:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Search Appearance inside Repeat does not save selection</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/search-appearance-inside-repeat-does-not-save/m-p/1287331#M49134</link>
      <description>&lt;P&gt;I'm experiencing the same issue, are you aware if a solution to this issue been identified?&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 16:49:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/search-appearance-inside-repeat-does-not-save/m-p/1287331#M49134</guid>
      <dc:creator>AllardTerence</dc:creator>
      <dc:date>2023-05-09T16:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Search Appearance inside Repeat does not save selection</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/search-appearance-inside-repeat-does-not-save/m-p/1287370#M49136</link>
      <description>&lt;P&gt;I identified a solution to this problem. I made a copy of the value on which I wanted to base the filter as a hidden calculated field inside of the repeat and set "calculationMode=always" in the bind:esri:paramaters.&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 18:05:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/search-appearance-inside-repeat-does-not-save/m-p/1287370#M49136</guid>
      <dc:creator>AllardTerence</dc:creator>
      <dc:date>2023-05-09T18:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Search Appearance inside Repeat does not save selection</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/search-appearance-inside-repeat-does-not-save/m-p/1378003#M54529</link>
      <description>&lt;P&gt;Hi Allard,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did this fix end up working out for you long-term?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been pulling my hair out over the past week trying to solve this issue of fields within my repeat getting deleted when users scroll backwards through repeats. I found your post here and thought I'd finally found the fix! I did extensive testing of it last night and everything seemed good, but when I went to use our field devices today I'm finding out the issue persists.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's been this way the entire time I've tried figuring this issue out. I think I have a solution, works in testing, but then the next day the issue persists like nothing changed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 02:51:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/search-appearance-inside-repeat-does-not-save/m-p/1378003#M54529</guid>
      <dc:creator>DustyJordan</dc:creator>
      <dc:date>2024-02-05T02:51:28Z</dc:date>
    </item>
  </channel>
</rss>

