<?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: Survey 123 Pull Repeat data to Report Template in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774445#M4657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Taking the template code you posted above as a sample, here's how I would alter to produce what your are specifying:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Sample Assessment in&amp;nbsp;${District}&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Date:&amp;nbsp;${eval_date}&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp; &amp;nbsp;${#Survey_1}&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Sample ${autofill}:&amp;nbsp;&lt;SPAN style="background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;${field_1}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Status:&amp;nbsp;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;${field_2}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; font-weight: inherit; "&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Intact Bark: ${field_3}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; font-weight: inherit; "&gt;&amp;nbsp; &amp;nbsp;${/Survey_1}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that the repeat section is treated more like a block of text, with multiple fields specified within it.&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jan 2020 21:13:45 GMT</pubDate>
    <dc:creator>JamesTedrick</dc:creator>
    <dc:date>2020-01-31T21:13:45Z</dc:date>
    <item>
      <title>Survey 123 Pull Repeat data to Report Template</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774436#M4648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to pull specific data out of the repeat option for the word template, but it looks like it pulls every row at the moment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if have 3 repeats, it will pull photo description for all 3 loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;${#Photograph}&lt;/P&gt;&lt;P&gt;${photo_description}&lt;/P&gt;&lt;P&gt;${/Photograph}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say each description has a value, and the value is test1, test2, test3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, if I used the command above, I would get this as return&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test1&lt;/P&gt;&lt;P&gt;test2&lt;/P&gt;&lt;P&gt;test3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is to only pull the value of test 2.&amp;nbsp; I want to be able to pull&amp;nbsp;specific data I wanted on a specific loop.&amp;nbsp; No calculation, just values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have right now is a bunch of photo and photo description in a repeat, and I want to be able to pull the pictures 1 at a time so I can setup the word template neatly.&amp;nbsp; Does that make sense?&amp;nbsp; Not sure if this is possible with survey123 template management at the moment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matthew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2019 23:18:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774436#M4648</guid>
      <dc:creator>MatthewYuen</dc:creator>
      <dc:date>2019-05-09T23:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Pull Repeat data to Report Template</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774437#M4649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;I'm not sure how to pull individual datum from one of a set of repeats, but if you're trying to format repeat photos neatly in a report see my attached template as an example. (One difference from yours, I think,: I didn't include the "photo description" in the survey as my staff prefer to type that in once they get the word document report, but there's no technical reason it couldn't be done.)&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2019 16:13:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774437#M4649</guid>
      <dc:creator>ChrisMontague-Breakwell</dc:creator>
      <dc:date>2019-05-10T16:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Pull Repeat data to Report Template</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774438#M4650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing that might help is to add within your repeat a photo question for each of the photos; in your case Photo1, Photo2, and Photo3, as this is will start the name of the photo with each of those names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/447367_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/447381_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then within the Custom Report Template you might be able to use a conditional statement for where you want each of the photo1, photo2, and photo3 is placed within the template. You could even add in some coding to keep or force the size of the photo within each of the boxes or area that you would like to have the photos placed. Then underneath each of the photos you could pull your description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/447380_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you out!&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2019 20:09:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774438#M4650</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-05-10T20:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Pull Repeat data to Report Template</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774439#M4651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One possibility would be to use a conditional statement to only show the data of a repeat when there is a certain value -&amp;nbsp;refer to teh conditional elements section in&amp;nbsp;&lt;A class="link-titled" href="http://doc.arcgis.com/en/survey123/browser/analyze-results/featurereporttemplates.htm" title="http://doc.arcgis.com/en/survey123/browser/analyze-results/featurereporttemplates.htm"&gt;Feature report templates—Survey123 for ArcGIS | ArcGIS&lt;/A&gt;&amp;nbsp;. If you're wanting to get something like 'the second repeat', that is a bit harder - you would want to have a hidden field with a calculation of once(count(${q}) + 1) where ${q} is a question in the repeat - that will let you store an index of the repeat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2019 20:13:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774439#M4651</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2019-05-10T20:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Pull Repeat data to Report Template</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774440#M4652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I have the once(count()+1) set up, what is the syntax to reference a specific count in my report?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Jen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2020 14:26:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774440#M4652</guid>
      <dc:creator>JenniferK</dc:creator>
      <dc:date>2020-01-14T14:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Pull Repeat data to Report Template</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774441#M4653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would access it using whatever field&amp;nbsp;name it is in the report, just like any other field - it works the same as every other field/question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2020 18:53:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774441#M4653</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2020-01-14T18:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Pull Repeat data to Report Template</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774442#M4654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry James, my question was overly ambiguous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I have my feature report set up to pull from my repeats as ${#Survey_1}${field_name}${/Survey_1} but the output I get there is all 40 of the repeat answers for field_name. I'm trying to pull out the information for repeat 1, then repeat 2, then repeat 3, etc to create a report that reads consecutively across each repeat rather than an aggregate of all 40 repeats in each field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I implemented the once(count()+1) row that you suggested above, and I can see the row works perfectly in the exported xlsx but can't figure out how to use it to reference the fields from the rest of that row of data for the feature report. Can you provide an example of the syntax I would use to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2020 21:05:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774442#M4654</guid>
      <dc:creator>JenniferK</dc:creator>
      <dc:date>2020-01-14T21:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Pull Repeat data to Report Template</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774443#M4655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds like you want to make the repeat section larger than just one field at a time. Within the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;${#Survey_1}&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff;"&gt;${/Survey_1} section you can have whatever formatting you want, allowing you to create a mini-section within the report that includes multiple fields, tables, etc. &amp;nbsp;You can also use the repeat section at the start/end of a table row to print the repeats in a table.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2020 19:45:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774443#M4655</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2020-01-17T19:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Pull Repeat data to Report Template</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774444#M4656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, my repeat section is larger than one field. What I have currently in my survey is a set of non-repeat questions, and then repeats:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select_one District&lt;/P&gt;&lt;P&gt;eval_date&lt;/P&gt;&lt;P&gt;begin repeat&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Survey_1&lt;/P&gt;&lt;P&gt;testrep&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;autofill &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;once(count(${testrep})+1)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;field_1&lt;/P&gt;&lt;P&gt;field_2&lt;/P&gt;&lt;P&gt;field_3&lt;/P&gt;&lt;P&gt;end repeat&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That section has a count of 40 to repeat across 40 assessment areas. What I'm trying to accomplish is a&amp;nbsp;feature report template that can be auto-generated by Integromat once the 40th count is completed. I need the report to present the data in each individual assessment, so&amp;nbsp;if the answers at assessment #1 are Spruce, healthy, 100%, and the answers at assessment #2 are Pine, diseased, 20%, I want to have a feature report that says&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Sample Assessment in District 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Date: 1/24/2020&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Sample 1: Spruce&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Status: Healthy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Intact Bark: 100%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Sample 2: Pine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Status: diseased&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Intact Bark: 20%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I set my template up, it looks like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Sample Assessment in&amp;nbsp;${District}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Date:&amp;nbsp;${eval_date}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Sample ${autofill}:&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;${#Survey_1}${field_1}&lt;SPAN&gt;${/Survey_1}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Status:&amp;nbsp;&lt;SPAN&gt;${#Survey_1}${field_2}&lt;/SPAN&gt;&lt;SPAN&gt;${/Survey_1}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Intact Bark: ${#Survey_1}${field_3}&lt;SPAN&gt;${/Survey_1}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Sample&amp;nbsp;&lt;SPAN&gt;${autofill}&lt;/SPAN&gt;:&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;${#Survey_1}${field_1}&lt;SPAN&gt;${/Survey_1}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Status:&amp;nbsp;&lt;SPAN&gt;${#Survey_1}${field_2}&lt;/SPAN&gt;&lt;SPAN&gt;${/Survey_1}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Intact Bark: ${#Survey_1}${field_3}&lt;SPAN&gt;${/Survey_1}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;But my output looks like this:&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Sample Assessment in District 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Date: 1/24/2020&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Sample 1 2: Spruce Pine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Status: Healthy diseased&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Intact Bark: 100% 20%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Sample 1 2: Spruce Pine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Status: Healthy diseased&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Intact Bark: 100% 20%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having an easy enough time finding the data using the query function with ${field_1} where ${autofill}=2, so it seems possible, I just can't get the syntax right to pull it into a feature report for automation.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2020 22:20:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774444#M4656</guid>
      <dc:creator>JenniferK</dc:creator>
      <dc:date>2020-01-24T22:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Pull Repeat data to Report Template</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774445#M4657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Taking the template code you posted above as a sample, here's how I would alter to produce what your are specifying:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Sample Assessment in&amp;nbsp;${District}&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Date:&amp;nbsp;${eval_date}&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp; &amp;nbsp;${#Survey_1}&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Sample ${autofill}:&amp;nbsp;&lt;SPAN style="background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;${field_1}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Status:&amp;nbsp;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;${field_2}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; font-weight: inherit; "&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Intact Bark: ${field_3}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; font-weight: inherit; "&gt;&amp;nbsp; &amp;nbsp;${/Survey_1}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that the repeat section is treated more like a block of text, with multiple fields specified within it.&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2020 21:13:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774445#M4657</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2020-01-31T21:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Pull Repeat data to Report Template</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774446#M4658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Consolas','Andale Mono','Lucida Console','Monaco',monospace; background-color: #ffffff;"&gt;Hello, James&lt;BR /&gt;How would I pull specific repeat out of my printed responses? Because right now, it pulls every row to the form. Is there any conditional statement I can use to show one repeat or the other? I have used ${if select_one yes_no | selected:"Yes"} or&amp;nbsp;&lt;SPAN style="text-align: left; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: 'Consolas','Andale Mono','Lucida Console','Monaco',monospace; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; orphans: 2; float: none; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;${if select_one yes_no | selected:"No"}&lt;/SPAN&gt; finishing repeat with ${/}to try to separate both repeats&lt;SPAN style="text-align: left; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: 'Consolas','Andale Mono','Lucida Console','Monaco',monospace; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; orphans: 2; float: none; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;, did not work.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="-webkit-text-stroke-width: 0px; color: #000000; white-space: normal; font-weight: 400; letter-spacing: normal; text-decoration: none; display: inline !important; font-size: 15px; font-style: normal; float: none; background-color: #ffffff; text-transform: none; word-spacing: 0px; font-variant: normal; text-indent: 0px; font-family: 'Consolas','Andale Mono','Lucida Console','Monaco',monospace; orphans: 2; text-align: left; "&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2020 14:42:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774446#M4658</guid>
      <dc:creator>LiudmilaMaslova</dc:creator>
      <dc:date>2020-09-15T14:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Pull Repeat data to Report Template</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774447#M4659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liudmila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ended up figuring it out for my survey thus:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;${#repeat_name}$&lt;SPAN __jive_macro_name="item_name"&gt;&lt;/SPAN&gt;${/repeat_name}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully that helps you, too!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jennifer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2020 17:11:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/774447#M4659</guid>
      <dc:creator>JenniferK</dc:creator>
      <dc:date>2020-09-15T17:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Pull Repeat data to Report Template</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/1283335#M48913</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1213"&gt;@JamesTedrick&lt;/a&gt;, is there something similar for only obtaining the&amp;nbsp;&lt;STRONG&gt;most recent&lt;/STRONG&gt; repeat and generating a report? Say, for inspections that are done periodically, our use case is when our team conducts inspections, an email notification is generated for that one repeat record and sent to those who manage the asset. Right now as others stated, we would not want all repeats to be put into one report, and don't want to accidentally send out the wrong one either.&lt;/P&gt;&lt;P&gt;In addition, what makes it more complicated is that we don't only have one photo question, we have a dozen photo questions and respective questions to assess violations/compliance/guidelines etc. It will likely be a fairly long report for just one related record.&lt;/P&gt;&lt;P&gt;Please let me know if you have any suggestions!&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 14:03:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/1283335#M48913</guid>
      <dc:creator>Tiff</dc:creator>
      <dc:date>2023-04-27T14:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Pull Repeat data to Report Template</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/1302657#M50232</link>
      <description>&lt;P&gt;I think I've found a solution to the OP. This took me a while because I wanted to display ONLY the last repeat and not the &lt;EM&gt;n&lt;/EM&gt;th repeat collected.&lt;BR /&gt;&lt;BR /&gt;For&amp;nbsp; my solution, I'm keeping track of how many repeat records are being collected in survey123, my sheet looks something like this:&lt;/P&gt;&lt;TABLE border="1" width="100.00000000000001%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&lt;STRONG&gt;type&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&lt;STRONG&gt;name&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&lt;STRONG&gt;label&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&lt;STRONG&gt;...&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&lt;STRONG&gt;calculation&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&lt;STRONG&gt;bind::esri:fieldType&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="7.142857142857143%" height="25px"&gt;&lt;STRONG&gt;bind::esri:parameters&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="7.142857142857143%" height="25px"&gt;&lt;STRONG&gt;bind::type&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="7.142857142857143%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="7.142857142857143%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="14.285714285714286%" height="69px"&gt;...&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="69px"&gt;...&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="69px"&gt;Other fields in main FeatureClass&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="69px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="69px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="69px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="7.142857142857143%" height="69px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="7.142857142857143%" height="69px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="7.142857142857143%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="7.142857142857143%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="14.285714285714286%" height="47px"&gt;begin repeat&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="47px"&gt;my_repeat&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="47px"&gt;My Repeat I&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="7.142857142857143%"&gt;&lt;FONT color="#99CC00"&gt;&lt;STRONG&gt;query allowAdds=true&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="7.142857142857143%" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="14.285714285714286%" height="47px"&gt;image&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="47px"&gt;my_repeat_image&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="47px"&gt;Image relevant to this collection&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="7.142857142857143%" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="7.142857142857143%" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;text&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;comment_my_repeat&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;Comments&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="7.142857142857143%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="7.142857142857143%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="14.285714285714286%" height="47px"&gt;end repeat&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="7.142857142857143%" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="7.142857142857143%" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="7.142857142857143%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="7.142857142857143%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;calculate&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;repeat_count&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;total_repeat_count&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="14.285714285714286%"&gt;count(${my_repeat})&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="20"&gt;esriFieldTypeInteger&lt;/TD&gt;&lt;TD width="7.142857142857143%"&gt;calculationMode=always&lt;/TD&gt;&lt;TD width="7.142857142857143%" height="25px"&gt;int&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#99CC00"&gt;query AllowAdds=true &lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#000000"&gt;was used because this repeat is accessed via inbox, this prevents users from deleting previous collections in the repeat. You may nod need it if you're not using an inbox.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then for my report template I used something like: &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;${#my_repeat}
${if ($feature|getValue:"position") == $layers[idx].repeat_count}
${my_repeat_image | size:200:200}
${comment_my_repeat}
${/}
${/my_repeat}

// Where idx is the index of the main layer, usually 0.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;In OPs case, tracking the last submitted repeat record isn't even required, you could do something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;${#my_repeat}
${if ($feature|getValue:"position") == 2}
// Display the fields you want
${/}
${/my_repeat}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 20:57:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/1302657#M50232</guid>
      <dc:creator>Raul</dc:creator>
      <dc:date>2023-06-23T20:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Pull Repeat data to Report Template</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/1615569#M62644</link>
      <description>&lt;P&gt;Hi Raul, I just wanted to say a big thanks for posting your solution, it was a life saver for me for &lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/survey123-report-error-cannot-read-properties-of/td-p/1321532" target="_blank" rel="noopener"&gt;an issue&lt;/A&gt; that I raised on the forums a couple of years ago. In my case I was trying to filter my repeats to the latest one using the&amp;nbsp;&lt;SPAN&gt;orderByFields option on my objectid or creation date fields and then limiting it to one record using&amp;nbsp;resultRecordCount. Unfortunately, the&amp;nbsp;orderByFields seemed to cause an error so your workaround of counting the repeats in a field in the form and then using that in an if statement has worked a treat. Cheers&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 17:29:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-pull-repeat-data-to-report-template/m-p/1615569#M62644</guid>
      <dc:creator>AnthonyJonesRSK</dc:creator>
      <dc:date>2025-05-16T17:29:52Z</dc:date>
    </item>
  </channel>
</rss>

