<?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: Submit a second survey if data doesn't exist in the first survey in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/submit-a-second-survey-if-data-doesn-t-exist-in/m-p/1603960#M62073</link>
    <description>&lt;P&gt;I assume the search runs once and then caches the results to avoid performance issues. Two things you can try:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Add the "time" parameter to your URL to attempt to pull the latest data. &lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#GUID-EAD966FF-99CF-458A-BD40-AC34C7BBC155" target="_self"&gt;This is how it works for the pulldata function&lt;/A&gt; but search might not work with this trick.&lt;/LI&gt;&lt;LI&gt;Try another &lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-calculation-modes/ba-p/1206967" target="_self"&gt;calculation mode&lt;/A&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;No guarantees any of this will work as search might go through a different bit of code than calculations do.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Apr 2025 20:29:34 GMT</pubDate>
    <dc:creator>DavidSolari</dc:creator>
    <dc:date>2025-04-08T20:29:34Z</dc:date>
    <item>
      <title>Submit a second survey if data doesn't exist in the first survey</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/submit-a-second-survey-if-data-doesn-t-exist-in/m-p/1603949#M62070</link>
      <description>&lt;P&gt;I have a survey where a user can collect data regarding a site (survey 1). In addition to geometry (polygon), the survey consists of select one, select multiple, dates, repeat questions, text, and attachments.&lt;/P&gt;&lt;P&gt;One section in this survey is landowner contact information. To reduce data input and for quality control (since a landowner can own more than one site), I have a separate survey where the user enters landowner contact information (survey 2).&amp;nbsp; This includes name, address, and phone number. This is basically a digital address book.&lt;/P&gt;&lt;P&gt;I have connected survey 2 to survey 1 by using "search" in the appearance field in Survey123 Connect in survey 1, which points to survey 2. The user can start entering a landowner's name and select it from the list. Then in subsequent questions, the data auto-displays.&lt;/P&gt;&lt;P&gt;However, this workflow only works if the landowner data has already been collected. If my users start survey 1, start typing a name and it's not in the list, they have to discard the survey, open up survey 2, complete that, and then go back to survey 1. I have tried embedding a link to the second survey in survey 1, but since survey 1 has already been started, and even if survey 2 is completed in a new tab, survey 1 doesn't "see" the new record. The user still has to refresh survey 1.&lt;/P&gt;&lt;P&gt;Any ideas on how to get survey 1 to "see" the new record? Or, even better, if the contact doesn't exist in the list when queried in survey 1, give the option to create a new contact there?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 19:58:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/submit-a-second-survey-if-data-doesn-t-exist-in/m-p/1603949#M62070</guid>
      <dc:creator>AnninaRupe1</dc:creator>
      <dc:date>2025-04-08T19:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a second survey if data doesn't exist in the first survey</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/submit-a-second-survey-if-data-doesn-t-exist-in/m-p/1603960#M62073</link>
      <description>&lt;P&gt;I assume the search runs once and then caches the results to avoid performance issues. Two things you can try:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Add the "time" parameter to your URL to attempt to pull the latest data. &lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#GUID-EAD966FF-99CF-458A-BD40-AC34C7BBC155" target="_self"&gt;This is how it works for the pulldata function&lt;/A&gt; but search might not work with this trick.&lt;/LI&gt;&lt;LI&gt;Try another &lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-calculation-modes/ba-p/1206967" target="_self"&gt;calculation mode&lt;/A&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;No guarantees any of this will work as search might go through a different bit of code than calculations do.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 20:29:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/submit-a-second-survey-if-data-doesn-t-exist-in/m-p/1603960#M62073</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2025-04-08T20:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a second survey if data doesn't exist in the first survey</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/submit-a-second-survey-if-data-doesn-t-exist-in/m-p/1604210#M62079</link>
      <description>&lt;P&gt;Thanks for the suggestions. I spent a couple of hours this morning testing and neither options work.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":crying_face:"&gt;😢&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I feel like the first&amp;nbsp;&lt;EM&gt;should&lt;/EM&gt; work, and I got the URL to include the time = now() parameter without error, but the question still sees survey 2 in the state it was in when survey 1 loaded.&lt;/P&gt;&lt;P&gt;The second doesn't work because there's no calculation. However, I did try adding a "recalculate" parameter to the URL, but that failed, too.&lt;/P&gt;&lt;P&gt;Appreciate the ideas...and any more anyone can provide. I feel like this is a common task and am curious how other organizations do this.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 15:19:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/submit-a-second-survey-if-data-doesn-t-exist-in/m-p/1604210#M62079</guid>
      <dc:creator>AnninaRupe1</dc:creator>
      <dc:date>2025-04-09T15:19:21Z</dc:date>
    </item>
  </channel>
</rss>

