<?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: Survey123: pulldata from .csv within a repeat question in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-csv-within-a-repeat/m-p/1054477#M34337</link>
    <description>&lt;P&gt;Sorry I was out of town.&amp;nbsp; Have you tried used position(..) instead of the count?&lt;/P&gt;</description>
    <pubDate>Tue, 04 May 2021 23:09:18 GMT</pubDate>
    <dc:creator>DougBrowning</dc:creator>
    <dc:date>2021-05-04T23:09:18Z</dc:date>
    <item>
      <title>Survey123: pulldata from .csv within a repeat question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-csv-within-a-repeat/m-p/1049814#M34045</link>
      <description>&lt;P&gt;I have a survey that uses the pulldata function within a repeat to prepopulate info from several .csv files that are stored in the Media folder. I would like to be able to edit a partially completed survey, but it seems like the pulldata function will not retrieve the data from the .csv past the last record that was inspected.&lt;/P&gt;&lt;P&gt;The survey is for hydrant flushing and depending on which day of the week is selected, the user has to step through a list of hydrants that need to be flushed in a certain order. One day of flushing= one survey submitted. I would like to change the workflow and allow people to save a draft after each hydrant flushed or submit a partial survey and be able to edit that survey as they move to the next hydrant.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have looked at previous posts that mention the esri::bind:: paramater field and tried to add the "allowUpdates=true query" statement but that didn't help. I am able to continue editing within the repeat, but I can't see the hydrant info from the .csv file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 20:40:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-csv-within-a-repeat/m-p/1049814#M34045</guid>
      <dc:creator>JonahW</dc:creator>
      <dc:date>2021-04-21T20:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123: pulldata from .csv within a repeat question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-csv-within-a-repeat/m-p/1049829#M34046</link>
      <description>&lt;P&gt;There is a known issue with calculations not firing when coming back from a draft.&amp;nbsp; This has been causing me pain as well.&amp;nbsp; We flip between forms so this causes us lots of issues.&amp;nbsp; (I also asked for a way to have multiple forms open at once.)&amp;nbsp; I have talked to the 123 team but no timeline yet.&lt;/P&gt;&lt;P&gt;I had a post on it I thought but this is the one that comes up (I may have posted in early adopter).&amp;nbsp; Issue goes back to at least 2018.&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/calculate-field-not-working-properly-after-saving-a-draft/td-p/813988" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-questions/calculate-field-not-working-properly-after-saving-a-draft/td-p/813988&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Sometimes we got it to go by having a dummy field that we flip yes/no to get the calc to fire.&amp;nbsp; You can wrap the calc in a if (dummy=yes) then it will fire on a change.&amp;nbsp; The form needs something to change for it to "refire".&amp;nbsp; Using relevant may help also.&lt;/P&gt;&lt;P&gt;Other option is to have 1 form per hydrant.&amp;nbsp; That way you get spatial info (what if they flushed the wrong one), editor tracking and all that as well.&amp;nbsp; You could use Inbox to load them in or use Collector, or even workforce, to give them a list of where to go then launch to 123.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 21:04:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-csv-within-a-repeat/m-p/1049829#M34046</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-04-21T21:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123: pulldata from .csv within a repeat question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-csv-within-a-repeat/m-p/1049845#M34048</link>
      <description>&lt;P&gt;Thank you Doug. Can you provide some more information on using the dummy field? I am not sure I understand how that would work.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 21:34:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-csv-within-a-repeat/m-p/1049845#M34048</guid>
      <dc:creator>JonahW</dc:creator>
      <dc:date>2021-04-21T21:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123: pulldata from .csv within a repeat question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-csv-within-a-repeat/m-p/1049848#M34050</link>
      <description>&lt;P&gt;Wrap your pulldata calc in a if(dummy=yes, pulldata, pulldata).&amp;nbsp; Make dummy a yes/no field.&amp;nbsp; The if part forces a recalc when the dummy field changes - which will then get your pulldata to fire.&lt;/P&gt;&lt;P&gt;Does that make more sense?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 21:42:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-csv-within-a-repeat/m-p/1049848#M34050</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-04-21T21:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123: pulldata from .csv within a repeat question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-csv-within-a-repeat/m-p/1049863#M34051</link>
      <description>&lt;P&gt;Sorry, I feel like a dummy &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; So is&amp;nbsp; the dummy field something that the survey responder would flip yes/no when returning to edit an existing survey?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 22:21:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-csv-within-a-repeat/m-p/1049863#M34051</guid>
      <dc:creator>JonahW</dc:creator>
      <dc:date>2021-04-21T22:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123: pulldata from .csv within a repeat question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-csv-within-a-repeat/m-p/1049868#M34052</link>
      <description>&lt;P&gt;yep the change to the dummy should cause the field that has pulldata in it to refire and get your data.&amp;nbsp; Just give it a shot it is quick to test.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 22:31:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-csv-within-a-repeat/m-p/1049868#M34052</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-04-21T22:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123: pulldata from .csv within a repeat question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-csv-within-a-repeat/m-p/1050241#M34083</link>
      <description>&lt;P&gt;I tried adding a dummy field but that didn't seem to help. Unless I'm not adding it in the right place within the .XLS Form?&amp;nbsp; I tried both the if(dummy=yes, pulldata, pulldata) in the calculation field as well as adding the dummy=yes in the relevant column. I think the issue for me is with a counter value that I have set up to keep track of where to lookup in the .csv within the repeat.&amp;nbsp; I did a test and added a manual counter, basically asking the user to input the hydrant number they wanted to flush and that did seem to return the appropriate values when editing an existing survey .However, I was still unable to move on to the next hydrant within the repeat.&amp;nbsp; I might just have to redesign this whole thing, and have one survey per hydrant... Unless someone else has some ideas!&amp;nbsp;&lt;/P&gt;&lt;P&gt;There was one way I found I could edit an existing survey and be able to get the pulldata to work properly. It worked if at the beginning of the survey I cycled through all the hydrants that needed to be flushed within that repeat. I could then save a draft or even send the survey and be able to edit the responses.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 18:43:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-csv-within-a-repeat/m-p/1050241#M34083</guid>
      <dc:creator>JonahW</dc:creator>
      <dc:date>2021-04-22T18:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123: pulldata from .csv within a repeat question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-csv-within-a-repeat/m-p/1054477#M34337</link>
      <description>&lt;P&gt;Sorry I was out of town.&amp;nbsp; Have you tried used position(..) instead of the count?&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 23:09:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-csv-within-a-repeat/m-p/1054477#M34337</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-05-04T23:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123: pulldata from .csv within a repeat question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-csv-within-a-repeat/m-p/1054573#M34350</link>
      <description>&lt;P&gt;No, I have not, I am not familiar with that function. I have since redesigned the whole survey and got rid of all the repeats. Now I can edit everything in the submitted surveys if needed.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 20:39:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-csv-within-a-repeat/m-p/1054573#M34350</guid>
      <dc:creator>JonahW</dc:creator>
      <dc:date>2021-05-06T20:39:15Z</dc:date>
    </item>
  </channel>
</rss>

