<?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 pulldata(&amp;quot;@layer&amp;quot;) fails when WHERE clause includes value from earlier question in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1227258#M45759</link>
    <description>&lt;P&gt;My question1 asks the user to identify the asset id. That works beautifully:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;autocomplete search("Manhole_IDs?&lt;EM&gt;&amp;lt;url&amp;gt;&lt;/EM&gt;", ‘contains’, ‘MANHOLE_ID’)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I have a note that needs to display the work order number based on the asset id. It runs the following calculation:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;pulldata("@layer", "getValue", "attributes.WORKTASK_NUMBER",&lt;EM&gt;&amp;lt;url&amp;gt;&lt;/EM&gt;, "MANHOLE_ID= ${question1}")&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the where clause supposed to allow for inclusion of variables, i.e. values from previous questions?&lt;/P&gt;&lt;P&gt;If I hard-code the value in the where clause then the pulldata function returns the correct value. The documentation doesn't clarify if variables are supported, and Esri's Survey123 Connect samples don't show it either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Oct 2022 21:05:47 GMT</pubDate>
    <dc:creator>TobiasFimpel1</dc:creator>
    <dc:date>2022-10-31T21:05:47Z</dc:date>
    <item>
      <title>pulldata("@layer") fails when WHERE clause includes value from earlier question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1227258#M45759</link>
      <description>&lt;P&gt;My question1 asks the user to identify the asset id. That works beautifully:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;autocomplete search("Manhole_IDs?&lt;EM&gt;&amp;lt;url&amp;gt;&lt;/EM&gt;", ‘contains’, ‘MANHOLE_ID’)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I have a note that needs to display the work order number based on the asset id. It runs the following calculation:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;pulldata("@layer", "getValue", "attributes.WORKTASK_NUMBER",&lt;EM&gt;&amp;lt;url&amp;gt;&lt;/EM&gt;, "MANHOLE_ID= ${question1}")&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the where clause supposed to allow for inclusion of variables, i.e. values from previous questions?&lt;/P&gt;&lt;P&gt;If I hard-code the value in the where clause then the pulldata function returns the correct value. The documentation doesn't clarify if variables are supported, and Esri's Survey123 Connect samples don't show it either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 21:05:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1227258#M45759</guid>
      <dc:creator>TobiasFimpel1</dc:creator>
      <dc:date>2022-10-31T21:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: pulldata("@layer") fails when WHERE clause includes value from earlier question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1227261#M45760</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you try this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;pulldata("@layer", "getValue", "&amp;lt;json_path&amp;gt;",&lt;EM&gt;&amp;lt;url&amp;gt;&lt;/EM&gt;, concat("MANHOLE_ID=", ${question1}))&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 31 Oct 2022 21:13:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1227261#M45760</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2022-10-31T21:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: pulldata("@layer") fails when WHERE clause includes value from earlier question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1227272#M45762</link>
      <description>&lt;P&gt;Still no luck. I've tried using a variable in the where clause in all kinds of ways, never gotten it to work.&lt;/P&gt;&lt;P&gt;I appreciate the quick reply.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 21:30:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1227272#M45762</guid>
      <dc:creator>TobiasFimpel1</dc:creator>
      <dc:date>2022-10-31T21:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: pulldata("@layer") fails when WHERE clause includes value from earlier question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1227299#M45764</link>
      <description>&lt;P&gt;Is the ManholeID a number or text? If text, the Manhole ID must be enclosed with quotes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;pulldata("@layer", "getValue", "&amp;lt;json_path&amp;gt;",&lt;/SPAN&gt;&lt;EM&gt;&amp;lt;url&amp;gt;&lt;/EM&gt;&lt;SPAN&gt;, concat("MANHOLE_ID='", ${question1},"'"))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 31 Oct 2022 22:59:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1227299#M45764</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2022-10-31T22:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: pulldata("@layer") fails when WHERE clause includes value from earlier question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1227349#M45773</link>
      <description>&lt;P&gt;Perfect! That did it. I can't believe I didn't catch that myself. Thank you for the quick replies, Ismael, you and the Survey123 team are the best. Much appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 03:16:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1227349#M45773</guid>
      <dc:creator>TobiasFimpel1</dc:creator>
      <dc:date>2022-11-01T03:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: pulldata("@layer") fails when WHERE clause includes value from earlier question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1288599#M49216</link>
      <description>&lt;P&gt;I was struggling with this, I feel like the fact it needs to be in a concat() with the quotes would be handy to include in your Tricks of the Trade blog about pulldata(@layer) or documentation somewhere. I had tried the style of&amp;nbsp;&lt;SPAN&gt;"MANHOLE_ID= '${question1}'" with the single quotes directly and it didn't want to work which surprised me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you for the solution!&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 14:49:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1288599#M49216</guid>
      <dc:creator>RobertAnderson3</dc:creator>
      <dc:date>2023-05-12T14:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: pulldata("@layer") fails when WHERE clause includes value from earlier question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1289605#M49297</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have the same problem, I work with text and I use your code,&amp;nbsp; no error appears but no value appears either.&lt;/P&gt;&lt;P&gt;pulldata("@layer","getValue","attributes.perfil_professional","URL",concat("nom_ramader='", ${nom_ramader},"'"))&lt;/P&gt;&lt;P&gt;The Featre layer permits queries, can you help me?&lt;/P&gt;&lt;P&gt;Much appreciated.;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 14:30:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1289605#M49297</guid>
      <dc:creator>HelenaBallart</dc:creator>
      <dc:date>2023-05-16T14:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: pulldata("@layer") fails when WHERE clause includes value from earlier question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1289642#M49301</link>
      <description>&lt;P&gt;I can't see anything that seems off really, the only thing I'd say is make sure everything is spelt matching, and case matching as well! (Upper vs lower case letters).&lt;/P&gt;&lt;P&gt;The only other difference I see with yours compared to mine is I used single quotes around my variables instead of double quotes.&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 15:32:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1289642#M49301</guid>
      <dc:creator>RobertAnderson3</dc:creator>
      <dc:date>2023-05-16T15:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: pulldata("@layer") fails when WHERE clause includes value from earlier question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1304045#M50329</link>
      <description>&lt;P&gt;When I enter my pulldata request in the above format, I get the following syntax error in my text box:&amp;nbsp;&lt;/P&gt;&lt;H6&gt;Invalid regular expression flag 'P' in expression: pulldata("@layer", "getValue", "attributes.scientific","&lt;A href="https://services1.arcgis.com/KNdRU5cN6ENqCTjk/arcgis/rest/services/PlantList/FeatureServer/0" target="_blank"&gt;https://services1.arcgis.com/KNdRU5cN6ENqCTjk/arcgis/rest/services/PlantList/FeatureServer/0&lt;/A&gt;",concat("name='", /Bee_Test/PlantsBees/Observations/Plant/PlantCommon ,"'"))&lt;/H6&gt;&lt;P&gt;call in my xlsForm:&amp;nbsp;pulldata("@layer", "getValue", "attributes.scientific","&lt;A href="https://services1.arcgis.com/KNdRU5cN6ENqCTjk/arcgis/rest/services/PlantList/FeatureServer/0" target="_blank"&gt;https://services1.arcgis.com/KNdRU5cN6ENqCTjk/arcgis/rest/services/PlantList/FeatureServer/0&lt;/A&gt;",concat("name='",${PlantCommon},"'"))&lt;/P&gt;&lt;P&gt;PlantCommon is a dropdown of common names&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 17:32:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1304045#M50329</guid>
      <dc:creator>JoshuaReyling</dc:creator>
      <dc:date>2023-06-28T17:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: pulldata("@layer") fails when WHERE clause includes value from earlier question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1313320#M50921</link>
      <description>&lt;P&gt;I'm getting a very similar error. Even the ESRI sample survey 123 form "Query a Feature Layer" has the same error.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2023 00:14:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1313320#M50921</guid>
      <dc:creator>CoryBowlin</dc:creator>
      <dc:date>2023-07-29T00:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: pulldata("@layer") fails when WHERE clause includes value from earlier question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1313461#M50925</link>
      <description>&lt;P&gt;The error may have been fixed in a later survey 123 release. I just downloaded 3.18 and it works in the sample form "Query a Feature Layer"&amp;nbsp; like it should, but in my own environment the wrong value is returned inconsistently. Sometimes the correct value is returned, and sometimes the correct value appears for a brief second and then changes to the same incorrect value first record in the table. I am out of ideas.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 03:53:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1313461#M50925</guid>
      <dc:creator>CoryBowlin</dc:creator>
      <dc:date>2023-07-31T03:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: pulldata("@layer") fails when WHERE clause includes value from earlier question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1318203#M51146</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Has anyone really made the &lt;A href="mailto:pulldata@layer" target="_blank"&gt;pulldata@layer&lt;/A&gt;&amp;nbsp;work? I have tried all the possibilities and even the sample code from ESRI does not work.&lt;/P&gt;&lt;P&gt;I upgraded to 3.18 but it keeps saying: TypeError: Cannot read property 'toString' of underfined in expression: pulldata("@layer",....)&lt;/P&gt;&lt;P&gt;This is an useful function, hope that it should work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lan&lt;/P&gt;</description>
      <pubDate>Sun, 13 Aug 2023 23:39:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1318203#M51146</guid>
      <dc:creator>lannguyentl</dc:creator>
      <dc:date>2023-08-13T23:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: pulldata("@layer") fails when WHERE clause includes value from earlier question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1318216#M51147</link>
      <description>&lt;P&gt;Hey Joshua,&lt;/P&gt;&lt;P&gt;Did you ever get this syntax error figured out? I'm running into the same problem with my pulldata(@layer...) calculations.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 03:10:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1318216#M51147</guid>
      <dc:creator>DustyJordan</dc:creator>
      <dc:date>2023-08-14T03:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: pulldata("@layer") fails when WHERE clause includes value from earlier question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1318309#M51152</link>
      <description>&lt;P&gt;I was able to get it to work in 3.18, but not like the ESRI sample.&amp;nbsp; I had to place the entire pulldata function into a single field. If I separated the concat and referenced it, pulldata retrieved the wrong record.&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/625247"&gt;@lannguyentl&lt;/a&gt;&amp;nbsp;include your pulldata syntax and I bet someone can find the problem.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 13:30:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1318309#M51152</guid>
      <dc:creator>CoryBowlin</dc:creator>
      <dc:date>2023-08-14T13:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: pulldata("@layer") fails when WHERE clause includes value from earlier question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1318355#M51156</link>
      <description>&lt;P&gt;Unfortunately, no. But because my list was not going to grow much larger than 250 items, I added it to the survey itself without taking a hit to performance.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 15:18:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1318355#M51156</guid>
      <dc:creator>JoshuaReyling</dc:creator>
      <dc:date>2023-08-14T15:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: pulldata("@layer") fails when WHERE clause includes value from earlier question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1358545#M53317</link>
      <description>&lt;P&gt;I am also struggling with pull data from feature layer. Can you share last solution that worked?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 14:08:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1358545#M53317</guid>
      <dc:creator>MihaRobar</dc:creator>
      <dc:date>2023-12-08T14:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: pulldata("@layer") fails when WHERE clause includes value from earlier question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1418330#M56654</link>
      <description>&lt;P&gt;Well done.&lt;/P&gt;&lt;P&gt;Doesn't make any sense but this is key!&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;MANHOLE_ID&lt;/SPAN&gt;='&lt;EM&gt;hard coded text value&lt;/EM&gt;'" &lt;STRONG&gt;&lt;EM&gt;works&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;MANHOLE_ID&lt;/SPAN&gt;='${&lt;SPAN&gt;question1&lt;/SPAN&gt;}'" &lt;STRONG&gt;&lt;EM&gt;does not work&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;concat("&lt;SPAN&gt;MANHOLE_ID&lt;/SPAN&gt;='", ${&lt;SPAN&gt;question1&lt;/SPAN&gt;},"'") &lt;STRONG&gt;&lt;EM&gt;works&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 19:41:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1418330#M56654</guid>
      <dc:creator>AshneyDaniel</dc:creator>
      <dc:date>2024-05-02T19:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: pulldata("@layer") fails when WHERE clause includes value from earlier question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1502181#M57743</link>
      <description>&lt;P&gt;Hi Ismael,&lt;/P&gt;&lt;P&gt;How can I add two conditions. ex.: id=123 and name="xyz"&lt;/P&gt;&lt;P&gt;Hope to hear soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Oussama&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jul 2024 09:44:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1502181#M57743</guid>
      <dc:creator>OussamaMerhi</dc:creator>
      <dc:date>2024-07-07T09:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: pulldata("@layer") fails when WHERE clause includes value from earlier question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1502182#M57744</link>
      <description>&lt;P&gt;Dear Ismael,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have managed to do it.&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;"id="123 and "name='xyz'"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Oussama&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jul 2024 09:49:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-layer-quot-fails-when-where-clause/m-p/1502182#M57744</guid>
      <dc:creator>OussamaMerhi</dc:creator>
      <dc:date>2024-07-07T09:49:12Z</dc:date>
    </item>
  </channel>
</rss>

