<?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: Passing Data from One Survey to Another - Limitations? in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-data-from-one-survey-to-another/m-p/843988#M21659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, James. I figured out my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameters I used for passing info from one survey to another was something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcgis-survey123://?itemID=XXXXXXXXXX&amp;amp;field:Calculate_Child=${Calculate}&amp;amp;Text_Child=${Text}&amp;amp;Integer_Child=${Integer}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case , the child survey only sees the info for Calculate_Child and ignores the other info passed. The solution is to add "field:" between the ampersand and the item name. So, the following code works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcgis-survey123://?itemID=5dfc871a764f4659a3d6c1167d38b5d0&amp;amp;field:Calculate_Child=${Calculate}&amp;amp;&lt;STRONG&gt;field:&lt;/STRONG&gt;Text_Child=${Text}&amp;amp;&lt;STRONG&gt;field:&lt;/STRONG&gt;Integer_Child=${Integer}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Apr 2020 20:12:09 GMT</pubDate>
    <dc:creator>Chris_Anderson</dc:creator>
    <dc:date>2020-04-07T20:12:09Z</dc:date>
    <item>
      <title>Passing Data from One Survey to Another - Limitations?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-data-from-one-survey-to-another/m-p/843985#M21656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a project where multiple surveys are needed, each depending upon what data are collected and how they are collected. I have been testing the linking of a main survey (collects some items such as name, date, and location) which passes some basic info to a couple of child surveys with some success. From the child survey, a third survey would be called, with some similar info passed to it. I have run into a few issues:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is there a limitation on what type of info can be passed from one survey to another? I have success passing text info, but not a date or a text value created using Calculate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I can pass a text value from a parent to a child survey but not able to pass the same text value from a child to a grandchild survey. Is the ability to pass data from one survey another limited to one step/generation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll continue to experiment and test, but any info you can provide is greatly appreciated.&lt;/P&gt;&lt;P&gt;Chris Anderson&lt;/P&gt;&lt;P&gt;Florida Fish and Wildlife Conservation Commission&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2020 14:14:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-data-from-one-survey-to-another/m-p/843985#M21656</guid>
      <dc:creator>Chris_Anderson</dc:creator>
      <dc:date>2020-04-06T14:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Data from One Survey to Another - Limitations?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-data-from-one-survey-to-another/m-p/843986#M21657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, Survey123 is not designed to pass data directly from one form to another - doing this does not save or close the previous form.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2020 21:21:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-data-from-one-survey-to-another/m-p/843986#M21657</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2020-04-06T21:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Data from One Survey to Another - Limitations?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-data-from-one-survey-to-another/m-p/843987#M21658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, James. Keeping the previous form open works in this case, because I can go back and answer further questions (e.g. start main survey by counting trailers when you arrive, access second/third survey, then back to first survey and count trailers as you leave).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to explore this idea of passing (some) data from one survey to another. I’ll keep testing.&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2020 21:47:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-data-from-one-survey-to-another/m-p/843987#M21658</guid>
      <dc:creator>Chris_Anderson</dc:creator>
      <dc:date>2020-04-06T21:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Data from One Survey to Another - Limitations?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-data-from-one-survey-to-another/m-p/843988#M21659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, James. I figured out my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameters I used for passing info from one survey to another was something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcgis-survey123://?itemID=XXXXXXXXXX&amp;amp;field:Calculate_Child=${Calculate}&amp;amp;Text_Child=${Text}&amp;amp;Integer_Child=${Integer}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case , the child survey only sees the info for Calculate_Child and ignores the other info passed. The solution is to add "field:" between the ampersand and the item name. So, the following code works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcgis-survey123://?itemID=5dfc871a764f4659a3d6c1167d38b5d0&amp;amp;field:Calculate_Child=${Calculate}&amp;amp;&lt;STRONG&gt;field:&lt;/STRONG&gt;Text_Child=${Text}&amp;amp;&lt;STRONG&gt;field:&lt;/STRONG&gt;Integer_Child=${Integer}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2020 20:12:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-data-from-one-survey-to-another/m-p/843988#M21659</guid>
      <dc:creator>Chris_Anderson</dc:creator>
      <dc:date>2020-04-07T20:12:09Z</dc:date>
    </item>
  </channel>
</rss>

