<?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: Grab end value from repeat to use as beginning value in new record when using Survey123 in a web browser in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/grab-end-value-from-repeat-to-use-as-beginning/m-p/1707417#M66375</link>
    <description>&lt;P&gt;This calc for begin_ft appears to work in the web:&lt;/P&gt;&lt;P&gt;indexed-repeat(${end_ft}, ${parking_do}, position(..)-1)&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jun 2026 13:39:08 GMT</pubDate>
    <dc:creator>Neal_t_k</dc:creator>
    <dc:date>2026-06-10T13:39:08Z</dc:date>
    <item>
      <title>Grab end value from repeat to use as beginning value in new record when using Survey123 in a web browser</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/grab-end-value-from-repeat-to-use-as-beginning/m-p/1707206#M66367</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I am currently using Survey123 Connect version 3.25.&amp;nbsp; I have a repeat section that has a starting footage value and an ending footage value.&amp;nbsp; I would like to take the value from the ending footage and use that as the starting footage value for the next record in the repeat.&amp;nbsp; For example if the user enters 0 for the starting footage and 25 for the ending footage, then the next record they add will automatically have a starting footage of 25.&amp;nbsp; I can get this working in Survey123 Connect Preview with a JavaScript or by using the max function as referenced by this post:&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/populate-a-field-within-a-repeat-from-a-previous/m-p/878505#M29897" target="_self"&gt;https://community.esri.com/t5/arcgis-survey123-questions/populate-a-field-within-a-repeat-from-a-previous/m-p/878505#M29897&lt;/A&gt;&amp;nbsp; &amp;nbsp;However, neither of these options seem to want to work when accessing the survey via a web browser which is where the survey will mainly be used.&amp;nbsp; Is there a way to possibly get this to work?&amp;nbsp; If not, it's not a deal breaker for my survey, it is just a nice to have, as the user doesn't have to enter that value when they move on to the next record in the repeat.&amp;nbsp; See below images for expected behavior as it appears in Survey123 Connect preview.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Begin and End Footage.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/153640i6A81F7925E90C75A/image-size/small?v=v2&amp;amp;px=200" role="button" title="Begin and End Footage.png" alt="Begin and End Footage.png" /&gt;&lt;/span&gt;&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-center" image-alt="Summary.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/153641i42CE70AB2397630D/image-size/small?v=v2&amp;amp;px=200" role="button" title="Summary.png" alt="Summary.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm also attaching a copy of my survey excel sheet along with the JavaScript files so you can create a copy of this same survey yourself to test.&amp;nbsp; Any help is greatly appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bec&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2026 17:04:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/grab-end-value-from-repeat-to-use-as-beginning/m-p/1707206#M66367</guid>
      <dc:creator>Bec</dc:creator>
      <dc:date>2026-06-09T17:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Grab end value from repeat to use as beginning value in new record when using Survey123 in a web browser</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/grab-end-value-from-repeat-to-use-as-beginning/m-p/1707234#M66370</link>
      <description>&lt;P&gt;When I had this come up I kinda cheated and just used max(${StartingField}).&lt;/P&gt;&lt;P&gt;I think you could possibly also use&amp;nbsp;indexed-repeat(question, repeat, index number) now but it seems not as reliable.&lt;/P&gt;&lt;P&gt;Be aware no matter what you do if they go back a few repeats and edit values it all falls apart on you.&amp;nbsp; Not much you can do about that.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2026 18:36:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/grab-end-value-from-repeat-to-use-as-beginning/m-p/1707234#M66370</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2026-06-09T18:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Grab end value from repeat to use as beginning value in new record when using Survey123 in a web browser</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/grab-end-value-from-repeat-to-use-as-beginning/m-p/1707239#M66371</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/16421"&gt;@DougBrowning&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I pointed out already in my initial post that the max function doesn't work for me in a web browser with the survey form.&amp;nbsp; It will work in preview only.&amp;nbsp; You can look at my form as I have it attached.&amp;nbsp; Maybe I have something set up wrong when it comes to the max function, but it did work within preview.&amp;nbsp; I will look at the indexed-repeat function tomorrow.&amp;nbsp; Thanks!&lt;/P&gt;&lt;P&gt;Bec&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2026 18:46:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/grab-end-value-from-repeat-to-use-as-beginning/m-p/1707239#M66371</guid>
      <dc:creator>Bec</dc:creator>
      <dc:date>2026-06-09T18:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Grab end value from repeat to use as beginning value in new record when using Survey123 in a web browser</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/grab-end-value-from-repeat-to-use-as-beginning/m-p/1707417#M66375</link>
      <description>&lt;P&gt;This calc for begin_ft appears to work in the web:&lt;/P&gt;&lt;P&gt;indexed-repeat(${end_ft}, ${parking_do}, position(..)-1)&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2026 13:39:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/grab-end-value-from-repeat-to-use-as-beginning/m-p/1707417#M66375</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2026-06-10T13:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Grab end value from repeat to use as beginning value in new record when using Survey123 in a web browser</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/grab-end-value-from-repeat-to-use-as-beginning/m-p/1707835#M66386</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;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/16421"&gt;@DougBrowning&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you both Neal and Doug for the assistance!&amp;nbsp; I tried the indexed-repeat and it definitely works in the web.&lt;/P&gt;&lt;P&gt;Bec&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2026 11:44:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/grab-end-value-from-repeat-to-use-as-beginning/m-p/1707835#M66386</guid>
      <dc:creator>Bec</dc:creator>
      <dc:date>2026-06-12T11:44:50Z</dc:date>
    </item>
  </channel>
</rss>

