<?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: Open List Retain value when Editing Survey in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1618736#M62782</link>
    <description>&lt;P&gt;Your field binding is null for the question. You're using this and a calculation to populate the actual field that's hidden in the form.&lt;/P&gt;&lt;P&gt;It means that no field is created for the question with the drop down. No value is submitted for that question, and won't appear again when editing.&lt;/P&gt;&lt;P&gt;You need to consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Removing the null bindings (create a field to store the user interface value)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You could also review the whole setup, use calculation modes, but I think it'll get messy and introduce loops. Adding the field is the most straightforward solution if you are editing these values later&lt;/P&gt;</description>
    <pubDate>Tue, 27 May 2025 22:38:33 GMT</pubDate>
    <dc:creator>ChristopherCounsell</dc:creator>
    <dc:date>2025-05-27T22:38:33Z</dc:date>
    <item>
      <title>Open List Retain value when Editing Survey</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1618724#M62781</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am following the steps from this post Open List and it's working fine to ge my unique list of values in the dropdown list&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-open-lists/ba-p/1180879" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-open-lists/ba-p/1180879&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, when I Edit the survey, I "loose" the original value that was entered. How can I retain the original value when I am in edit mode?&lt;/P&gt;&lt;P&gt;- I've tried Calculated field , not working&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DominicRobergeIADOT_1-1748382234927.png" style="width: 740px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/133318iC916572ADBD425C5/image-dimensions/740x294?v=v2" width="740" height="294" role="button" title="DominicRobergeIADOT_1-1748382234927.png" alt="DominicRobergeIADOT_1-1748382234927.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;DominicRobergeIADOT_1-1748382234927.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached the section of the spreadsheet showing above.&lt;/P&gt;&lt;P&gt;The process is working fine with CSVs... I just would like to be able to use the "live" data from the map service as users start to add more options for each dropdowns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help or suggestions would be much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 21:49:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1618724#M62781</guid>
      <dc:creator>DominicRobergeIADOT</dc:creator>
      <dc:date>2025-05-27T21:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Open List Retain value when Editing Survey</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1618736#M62782</link>
      <description>&lt;P&gt;Your field binding is null for the question. You're using this and a calculation to populate the actual field that's hidden in the form.&lt;/P&gt;&lt;P&gt;It means that no field is created for the question with the drop down. No value is submitted for that question, and won't appear again when editing.&lt;/P&gt;&lt;P&gt;You need to consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Removing the null bindings (create a field to store the user interface value)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You could also review the whole setup, use calculation modes, but I think it'll get messy and introduce loops. Adding the field is the most straightforward solution if you are editing these values later&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 22:38:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1618736#M62782</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2025-05-27T22:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Open List Retain value when Editing Survey</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1618763#M62783</link>
      <description>&lt;P&gt;Are you pulling your list from the same feature layer that you are writing your answers to?&amp;nbsp; Your field that the answers are being written to is "WEI_DBMS" and you are searching a field titled "SDBMS".&amp;nbsp; It appears, if I am following the "Tricks" post correctly that those two fields should be the same and that you are searching from and writing to the same feature.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NealKittelson_0-1748398062945.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/133323i4157D9E269352E72/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NealKittelson_0-1748398062945.png" alt="NealKittelson_0-1748398062945.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;NealKittelson_0-1748398062945.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 02:11:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1618763#M62783</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2025-05-28T02:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Open List Retain value when Editing Survey</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1618771#M62784</link>
      <description>&lt;P&gt;It's a dummy field&lt;/P&gt;&lt;P&gt;It's field binding is null&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 03:31:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1618771#M62784</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2025-05-28T03:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Open List Retain value when Editing Survey</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1618832#M62786</link>
      <description>&lt;P&gt;&lt;STRIKE&gt;the WEI_DBMS field is not null, it is string and is the coalesce calculation where the data should be stored.&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/412943"&gt;@ChristopherCounsell&lt;/a&gt;&amp;nbsp;Nevermind, I see what you are saying.&amp;nbsp; The field&amp;nbsp; that appears in the form is not being saved! Hence why it appears blank in the form on edit.&lt;/P&gt;&lt;P&gt;It still appears the answers are being saved to a different feature/field then they are being pulled from though.&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 13:37:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1618832#M62786</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2025-05-28T13:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Open List Retain value when Editing Survey</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1618891#M62791</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/412943"&gt;@ChristopherCounsell&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I have 2 "dummy" fields as NULL used as place holder (one for the dropdown list and one for the "Other" option). I do not want to created true fields has I want to use this process for the entire survey and I have about 10 questions with dropdown list.&lt;/P&gt;&lt;P&gt;The current process work GREAT if I create a new entry from scratch. How could I make use of the search functionality to populate a dropdown using live data from the map service, with an Other option in case of a new value for that dropdown and retain the existing value.... all that without having to create 2 extra fields in the layer.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 15:03:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1618891#M62791</guid>
      <dc:creator>DominicRobergeIADOT</dc:creator>
      <dc:date>2025-05-28T15:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Open List Retain value when Editing Survey</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1618911#M62792</link>
      <description>&lt;P&gt;So I think to solve your issue and show what was submitted when edited you would have to unhide your "calculate" field. You could set it as read-only.&amp;nbsp; Your current select-one field would remain blank on edit as it is set to "null" but the read-only field would show as the last submitted entry. However that would update on entry (which I think is the point). I made the changes in the attached.&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 15:27:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1618911#M62792</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2025-05-28T15:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Open List Retain value when Editing Survey</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1618932#M62793</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/763693"&gt;@Neal_t_k&lt;/a&gt;&amp;nbsp;, I don't think this is going to work as the calculation over write the existing value with the coalesce formula. I am probably going to need an IF statement there instead...&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 16:31:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1618932#M62793</guid>
      <dc:creator>DominicRobergeIADOT</dc:creator>
      <dc:date>2025-05-28T16:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Open List Retain value when Editing Survey</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1618959#M62794</link>
      <description>&lt;P&gt;Could you do a pulldata&amp;nbsp;@layer function to pull in the last entry and keep it independent from the current form calculations? i.e.&amp;nbsp; keep your calculate field as was (hidden) and make a new note field (can even be null type) to show what is currently in the database for that particular submission?&amp;nbsp; That would eliminate an funky if() interactions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 18:09:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1618959#M62794</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2025-05-28T18:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Open List Retain value when Editing Survey</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1619036#M62796</link>
      <description>&lt;P&gt;it just make the survey too cluttered.. my users will get confused with this interface.&lt;/P&gt;&lt;P&gt;I would probably need 2 surveys: One for initial data entry and one for data editing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DominicRobergeIADOT_0-1748458281954.png" style="width: 756px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/133382iA9AF41A5F8DD3667/image-dimensions/756x451?v=v2" width="756" height="451" role="button" title="DominicRobergeIADOT_0-1748458281954.png" alt="DominicRobergeIADOT_0-1748458281954.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;DominicRobergeIADOT_0-1748458281954.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 18:53:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1619036#M62796</guid>
      <dc:creator>DominicRobergeIADOT</dc:creator>
      <dc:date>2025-05-28T18:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Open List Retain value when Editing Survey</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1619044#M62797</link>
      <description>&lt;P&gt;Instead of putting as a separate field, what if you put it in the label or the hint?&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 19:24:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1619044#M62797</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2025-05-28T19:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Open List Retain value when Editing Survey</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1619149#M62800</link>
      <description>&lt;P&gt;It's not possible to have a select_one question that also allows for raw text entry into the same question/field.&lt;/P&gt;&lt;P&gt;The standard solution is to have an 'other' option in the select_one drop-down that has relevancy to a second question/field. Here the user can manually enter the entry not currently available in the list.&lt;/P&gt;&lt;P&gt;Your current form navigates this well for new entries but won't work for editing existing values. Trying to have this setup this way will expose you to logic loops or issues updating the value later on.&lt;/P&gt;&lt;P&gt;I would recommend the traditional approach (select_one field + relevant other field) or just adding the fields in for your existing workflow. Or, have one form for collecting and another method for editing (be it a survey form or map viewer form).&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 00:37:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1619149#M62800</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2025-05-29T00:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Open List Retain value when Editing Survey</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1619186#M62803</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/412943"&gt;@ChristopherCounsell&lt;/a&gt;&amp;nbsp;The method posted by Ishmael that he references, does in fact allow for what he is describing. He is trying to do exactly what Ishmael is outlining, with the exception of showing the previous answer. The method actually does allow for editing items in the list as well as adding new entries.&amp;nbsp; This method itself could cause issues in data management, multiple spellings. etc, but it does allow for editing of existing items in a live list.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 04:34:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1619186#M62803</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2025-05-29T04:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Open List Retain value when Editing Survey</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1619187#M62804</link>
      <description>&lt;P&gt;The exception you identify is the actual issue of this post.&lt;/P&gt;&lt;P&gt;The current spreadsheet and blog workflow allows for dynamic entry of additional values into a list. It achieves this through two null fields for a dummy user interface. These then calculate into a hidden field that actually stores the data.&lt;/P&gt;&lt;P&gt;The issue is that these fields are NULL. When you edit the existing record via the survey123 website or the survey123 inbox, the form loads again and the NULL fields are empty. The calculation triggers and clears out the existing value in the hidden field.&lt;/P&gt;&lt;P&gt;We can brainstorm ways to only calculate the hidden field in certain circumstances but most of these methods involve loops. E.g. calculating coalesce(field1)&amp;nbsp; on the same field1 creates a dependency loop as you are running the calculation on the same field the input is required from.&lt;/P&gt;&lt;P&gt;I think the best bet would be for the user to use the calculationMode=whenEmpty in the parameters for the hidden species question. However it also means it won't be able to be updated later on when the user interacts with the null ui&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 05:17:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1619187#M62804</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2025-05-29T05:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Open List Retain value when Editing Survey</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1619270#M62811</link>
      <description>&lt;P&gt;Yes, but the solution to that is your original solution to make those 2 fields not "null".&amp;nbsp; When I tested it, I needed to perform a fresh republish and rebuild the species list, but the original answers were retained, was able to alter my original answer which in turn updated the live list. And in new submission see the live list.&amp;nbsp; &amp;nbsp;I can see potential for this causing headaches, but what he is proposing is possible without running into cyclic dependency.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 14:21:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1619270#M62811</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2025-05-29T14:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Open List Retain value when Editing Survey</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1619375#M62814</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/763693"&gt;@Neal_t_k&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/412943"&gt;@ChristopherCounsell&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you both for all the inputs. As I mentioned before, I am trying to minimize the number of fields in the feature class. So I tested adding a true field for the dropdown list.... everything is working fine EXCEPT if I select the Other option.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ex: Original WEI_BMS field has value of JSON, I update the data using the dropdown field (WEI_DBMS_List) to Shapefile and Submit.... both fields have the Shapefile value&lt;/P&gt;&lt;P&gt;If original WEI_BMS field has value of Shapefile, I update the data using the dropdown field (WEI_DBMS_List) to Other ... then I get the option to add a new value: let's say I add KMZ and Submit.... WEI_BMS field will have KMZ and the new WEI_DBMS_List field will have Other has a value.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DominicRobergeIADOT_0-1748541377254.png" style="width: 661px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/133450i800FADB464AE9D51/image-dimensions/661x380?v=v2" width="661" height="380" role="button" title="DominicRobergeIADOT_0-1748541377254.png" alt="DominicRobergeIADOT_0-1748541377254.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;DominicRobergeIADOT_0-1748541377254.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I added a pulldata formula in the Calculate and if I click Recalculate I will get the JSON there. I don't want users to have to click to refresh the data.&lt;/P&gt;&lt;P&gt;So how could I pass the WEI_DBMS value to the dropdown list if the value is Other?&lt;/P&gt;&lt;P&gt;I tried coalesce and if statement and both of them create an error with the parsing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 18:23:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1619375#M62814</guid>
      <dc:creator>DominicRobergeIADOT</dc:creator>
      <dc:date>2025-05-29T18:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Open List Retain value when Editing Survey</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1619472#M62819</link>
      <description>&lt;P&gt;I am not sure where you are on this with out providing an xlsx.&amp;nbsp; Following our thread I think the provide example attached is what you are trying to achieve.&amp;nbsp; Try this out with a fresh publish, You will have to update the search url and build your list by make some submissions and manually editing the entries in the feature layer.&amp;nbsp; See if this example is what you want, and then update your form based on it.&amp;nbsp; And you may need to do a fresh publish on your form to get it to work correctly.&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 21:49:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/open-list-retain-value-when-editing-survey/m-p/1619472#M62819</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2025-05-29T21:49:54Z</dc:date>
    </item>
  </channel>
</rss>

