<?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: How do I display data from repeat records based on a parent field in a feature layer in my survey123 in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-display-data-from-repeat-records-based-on/m-p/1645164#M63925</link>
    <description>&lt;P&gt;This sounds more like a use case for inbox.&amp;nbsp;&amp;nbsp;&lt;A href="https://learn.arcgis.com/en/projects/enable-an-inbox-for-a-census-survey/" target="_blank"&gt;https://learn.arcgis.com/en/projects/enable-an-inbox-for-a-census-survey/&lt;/A&gt;&amp;nbsp; I do not think pulldata is meant to pull that much data.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Aug 2025 12:58:00 GMT</pubDate>
    <dc:creator>DougBrowning</dc:creator>
    <dc:date>2025-08-25T12:58:00Z</dc:date>
    <item>
      <title>How do I display data from repeat records based on a parent field in a feature layer in my survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-display-data-from-repeat-records-based-on/m-p/1499704#M57638</link>
      <description>&lt;P&gt;Looking for some help. I have a feature layer with a list of Pits and I have a related table that has many records and is linked to the Pit layer through a parent_asset_code field in the related table.&lt;/P&gt;&lt;P&gt;For example PIT-002054 is selected from the primary feature layer and it has 4 records in the related table each with PIT-002054 as the parent_asset_code and each record has some data in it including 'Design Quantity' field and I am using the form to view these and add a number into the 'Actual Quantity' field to each of the records. I want to be able to scroll through each record to review the data. This should come from the Feature layer.&lt;/P&gt;&lt;P&gt;I have used the pulldata function and only managed to retrieve one record (and I have to press the + button to even get that). I am unable to pull data for all the records and I have tried so many things including position(..) and some json but I am a useless coder!&lt;/P&gt;&lt;P&gt;I would be grateful if someone could point me in the right direction.&lt;/P&gt;&lt;P&gt;Here is a sample of my current xml file&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xml_repeat.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/108433i410DBEB7C66E7DA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="xml_repeat.PNG" alt="xml_repeat.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="survey.PNG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/108434i10E3F893F8944A17/image-size/medium?v=v2&amp;amp;px=400" role="button" title="survey.PNG" alt="survey.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 10:06:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-display-data-from-repeat-records-based-on/m-p/1499704#M57638</guid>
      <dc:creator>AndrewHarrington1</dc:creator>
      <dc:date>2024-07-01T10:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display data from repeat records based on a parent field in a feature layer in my survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-display-data-from-repeat-records-based-on/m-p/1499811#M57650</link>
      <description>&lt;P&gt;Are you trying to create multiple repeat records at once?&amp;nbsp; If so, then no you cannot do that.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 13:41:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-display-data-from-repeat-records-based-on/m-p/1499811#M57650</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-07-01T13:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display data from repeat records based on a parent field in a feature layer in my survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-display-data-from-repeat-records-based-on/m-p/1500203#M57661</link>
      <description>&lt;P&gt;Hi Doug, No I am just trying to view repeat records from an existing feature layer and related table using the Survey123 app by pulling the data into the survey form. I just cannot get the form to show me all the records so I can scroll though the number of records (repeats) for the parent asset.&lt;/P&gt;&lt;P&gt;Basically I just want to pull from an existing feature layer and related table into a survey form and make edits on a couple of fields in each related record.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 08:06:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-display-data-from-repeat-records-based-on/m-p/1500203#M57661</guid>
      <dc:creator>AndrewHarrington1</dc:creator>
      <dc:date>2024-07-02T08:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display data from repeat records based on a parent field in a feature layer in my survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-display-data-from-repeat-records-based-on/m-p/1578905#M60982</link>
      <description>&lt;P&gt;i am trying to create something very similar, were you able to come up with a solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;later&amp;nbsp;&lt;/P&gt;&lt;P&gt;j&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jan 2025 06:27:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-display-data-from-repeat-records-based-on/m-p/1578905#M60982</guid>
      <dc:creator>jamiehollingsworth</dc:creator>
      <dc:date>2025-01-25T06:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display data from repeat records based on a parent field in a feature layer in my survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-display-data-from-repeat-records-based-on/m-p/1644653#M63907</link>
      <description>&lt;P&gt;Same, trying to pull data from a parent record and have the form display the related records for editing.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 13:22:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-display-data-from-repeat-records-based-on/m-p/1644653#M63907</guid>
      <dc:creator>LeoDCG</dc:creator>
      <dc:date>2025-08-22T13:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display data from repeat records based on a parent field in a feature layer in my survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-display-data-from-repeat-records-based-on/m-p/1645164#M63925</link>
      <description>&lt;P&gt;This sounds more like a use case for inbox.&amp;nbsp;&amp;nbsp;&lt;A href="https://learn.arcgis.com/en/projects/enable-an-inbox-for-a-census-survey/" target="_blank"&gt;https://learn.arcgis.com/en/projects/enable-an-inbox-for-a-census-survey/&lt;/A&gt;&amp;nbsp; I do not think pulldata is meant to pull that much data.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 12:58:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-display-data-from-repeat-records-based-on/m-p/1645164#M63925</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2025-08-25T12:58:00Z</dc:date>
    </item>
  </channel>
</rss>

