<?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: Pulldata @layer caches values in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-layer-caches-values/m-p/1570274#M60596</link>
    <description>&lt;P&gt;Just a quick note- if this is the first query parameter after the url,&amp;nbsp;&lt;SPAN&gt;&lt;I&gt;concat(${yourURL},"&lt;FONT size="5"&gt;&lt;STRONG&gt;?&lt;/STRONG&gt;&lt;/FONT&gt;t=",now())&amp;nbsp;&lt;/I&gt;works best. (At least for me.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Dec 2024 17:45:57 GMT</pubDate>
    <dc:creator>City_ofNorth_Bay</dc:creator>
    <dc:date>2024-12-19T17:45:57Z</dc:date>
    <item>
      <title>Pulldata @layer caches values</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-layer-caches-values/m-p/1326369#M51583</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I am using the pulldata@layer to count the no. of records and add one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the configuration of the xls seems to be perfect as I do have the totalCount and the increment.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But it works only once on each device, then the count is cashed and the only way to get rid of the value is to uninstall the survey123 field app, not even delete the survey or clear the cache from the app settings.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Tested on Field App on Windows and Android. even on the preview of Survey123 Connect&amp;nbsp;the value is never updated.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PanGIS_0-1694093303175.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/80082i175135E923692295/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PanGIS_0-1694093303175.png" alt="PanGIS_0-1694093303175.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="PanGIS_2-1694094352641.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/80086iCCF5B4EFBBB000F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PanGIS_2-1694094352641.png" alt="PanGIS_2-1694094352641.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;This post seems to be solved with a solution that I did not understand:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/pulldata-layer-seems-to-be-caching-results/m-p/1258393" target="_blank" rel="noopener"&gt;Solved: Pulldata @layer seems to be caching results - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 13:44:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-layer-caches-values/m-p/1326369#M51583</guid>
      <dc:creator>PanGIS</dc:creator>
      <dc:date>2023-09-07T13:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata @layer caches values</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-layer-caches-values/m-p/1326496#M51595</link>
      <description>&lt;P&gt;Honestly, not sure offhand. But that post you linked does sound like the issue you are experiencing.&lt;/P&gt;&lt;P&gt;Out of curiosity, did you try this? I see you also have 1=1 in your formula.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_0-1694107546996.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/80124iE7048027CFD1D265/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_0-1694107546996.png" alt="abureaux_0-1694107546996.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 17:26:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-layer-caches-values/m-p/1326496#M51595</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2023-09-07T17:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata @layer caches values</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-layer-caches-values/m-p/1326583#M51600</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/232343"&gt;@PanGIS&lt;/a&gt;&amp;nbsp; Survey123 is in fact caching the request.&amp;nbsp; The workaround is to add an extra parameter to the URL with a string that always changes to avoid caching.&lt;/P&gt;&lt;P&gt;For example, concat(${yourURL},"&amp;amp;t=",now())&lt;/P&gt;&lt;P&gt;This is a known problem logged as&amp;nbsp;&lt;A href="https://support.esri.com/en-us/bug/the-calculation-does-not-recognize-that-a-new-feature-i-bug-000158969" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;BUG-000158969&lt;/STRONG&gt;&lt;/A&gt; .&amp;nbsp; The bug is in the queue for resolution but for now the workaround above should do.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 23:16:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-layer-caches-values/m-p/1326583#M51600</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2023-09-07T23:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata @layer caches values</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-layer-caches-values/m-p/1328166#M51698</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/454586"&gt;@abureaux&lt;/a&gt;&amp;nbsp;It was my first try but in my case, the totalCount disappeared from the form and it was showing nothing also on the incremental field.&lt;/P&gt;&lt;P&gt;It could be that I removed it in the wrong way though.&lt;/P&gt;&lt;P&gt;Anyway the solution provided by Ismael worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 09:09:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-layer-caches-values/m-p/1328166#M51698</guid>
      <dc:creator>PanGIS</dc:creator>
      <dc:date>2023-09-13T09:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata @layer caches values</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-layer-caches-values/m-p/1340223#M52457</link>
      <description>&lt;P&gt;Hi Ismael, I have the same problem because I am trying to take the information from an existing view where the status of the assets from the previous day is, but when I call this view in the survey using pulldata, it does not take the most recent status.&lt;BR /&gt;This is the last part of my pulldata : concat("ID = '",${ID_NO}, "'")&lt;/P&gt;&lt;P&gt;I don't know how to clear the cache.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 21:48:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-layer-caches-values/m-p/1340223#M52457</guid>
      <dc:creator>Jenny31</dc:creator>
      <dc:date>2023-10-20T21:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata @layer caches values</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-layer-caches-values/m-p/1570274#M60596</link>
      <description>&lt;P&gt;Just a quick note- if this is the first query parameter after the url,&amp;nbsp;&lt;SPAN&gt;&lt;I&gt;concat(${yourURL},"&lt;FONT size="5"&gt;&lt;STRONG&gt;?&lt;/STRONG&gt;&lt;/FONT&gt;t=",now())&amp;nbsp;&lt;/I&gt;works best. (At least for me.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 17:45:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-layer-caches-values/m-p/1570274#M60596</guid>
      <dc:creator>City_ofNorth_Bay</dc:creator>
      <dc:date>2024-12-19T17:45:57Z</dc:date>
    </item>
  </channel>
</rss>

