<?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 not working in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-not-working/m-p/1310622#M50777</link>
    <description>&lt;P&gt;That was it. It selected the neighborhood. I was also using the wrong layer in ArcGIS Online. I changed the layer but it didn't select until I put the URL in the pulldata(@layer) instead of as a field.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jul 2023 18:17:47 GMT</pubDate>
    <dc:creator>Michael_Kleinman</dc:creator>
    <dc:date>2023-07-21T18:17:47Z</dc:date>
    <item>
      <title>Survey123 pulldata not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-not-working/m-p/1310428#M50761</link>
      <description>&lt;P&gt;Hi I am trying to use pulldata(@layer) from an ArcGIS online Neighborhood feature data layer to obtain the neighborhood based on the location provided by a geopoint question. I started with a select one question but it would be easier to select from the existing layer than to create a file of the list of neighborhoods.&lt;/P&gt;&lt;P&gt;I can't seem to get the pulldata&amp;nbsp; to work even though I copied the syntax exactly. There is no error but the neighborhood isn't coming up.&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;&lt;STRONG&gt;pulldata("@layer","getValueAt","attributes.NeighborhoodName","${layer_url}","${location_xy}")&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I don't see what I'm doing wrong. I just started with Survey123 connect so I may be missing something.&lt;/P&gt;&lt;P&gt;I'm using&amp;nbsp;ArcGIS Survey123 XLSForm Template – Advanced,&amp;nbsp;Template version: 3.18,&amp;nbsp;Revision date: 13 June 2023&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 13:05:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-not-working/m-p/1310428#M50761</guid>
      <dc:creator>Michael_Kleinman</dc:creator>
      <dc:date>2023-07-21T13:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 pulldata not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-not-working/m-p/1310461#M50762</link>
      <description>&lt;P&gt;I am wondering are you putting quotes around the actual field names?&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have&amp;nbsp;"${location_xy}" but that is just a string.&amp;nbsp; You would want&amp;nbsp;${location_xy}&lt;/P&gt;&lt;P&gt;For example&amp;nbsp;pulldata("PFCSpeciesList", "StabilityClass", "name", ${Species})&lt;/P&gt;&lt;P&gt;Not sure if you just gave that as a sample or that was how you wrote it.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 13:41:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-not-working/m-p/1310461#M50762</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2023-07-21T13:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 pulldata not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-not-working/m-p/1310515#M50767</link>
      <description>&lt;P&gt;Good catch on the quotes Doug. Thanks! I took them out but the pulldata is not collecting the attribute data. I have a pulldata(@geopoint) earlier in the survey and that's working. But the pulldata(@layer) is not. Is it maybe because I have the pulldata in the calculation column in a select_one question?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 15:14:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-not-working/m-p/1310515#M50767</guid>
      <dc:creator>Michael_Kleinman</dc:creator>
      <dc:date>2023-07-21T15:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 pulldata not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-not-working/m-p/1310520#M50768</link>
      <description>&lt;P&gt;Really hard to tell with no form but I would try just a text field to start with to see what it is returning.&amp;nbsp; Could be a token issue or something like that too.&lt;/P&gt;&lt;P&gt;Have you seen this post?&amp;nbsp; &amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-pulldata-quot-layer/ba-p/1224415" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-pulldata-quot-layer/ba-p/1224415&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 15:18:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-not-working/m-p/1310520#M50768</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2023-07-21T15:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 pulldata not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-not-working/m-p/1310558#M50772</link>
      <description>&lt;P&gt;Here's the form. Basically the pulldata isn't working for me but I don't see what I'm missing. Any help is really appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 16:06:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-not-working/m-p/1310558#M50772</guid>
      <dc:creator>Michael_Kleinman</dc:creator>
      <dc:date>2023-07-21T16:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 pulldata not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-not-working/m-p/1310587#M50773</link>
      <description>&lt;P&gt;Sorry I am not experienced is using pulldata against a layer.&amp;nbsp; But I would try having the URL in the call vs as a field.&lt;/P&gt;&lt;P&gt;I have no access to the layer so I cannot test.&lt;/P&gt;&lt;P&gt;So try this&lt;/P&gt;&lt;P&gt;pulldata("@layer", "getRecordAt", "&lt;A href="https://services1.arcgis.com/yJ4j7ns7W6juha0m/arcgis/rest/services/Neighborhoods/FeatureServer" target="_blank"&gt;https://services1.arcgis.com/yJ4j7ns7W6juha0m/arcgis/rest/services/Neighborhoods/FeatureServer&lt;/A&gt;", ${location_xy})&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 17:01:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-not-working/m-p/1310587#M50773</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2023-07-21T17:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 pulldata not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-not-working/m-p/1310622#M50777</link>
      <description>&lt;P&gt;That was it. It selected the neighborhood. I was also using the wrong layer in ArcGIS Online. I changed the layer but it didn't select until I put the URL in the pulldata(@layer) instead of as a field.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 18:17:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-not-working/m-p/1310622#M50777</guid>
      <dc:creator>Michael_Kleinman</dc:creator>
      <dc:date>2023-07-21T18:17:47Z</dc:date>
    </item>
  </channel>
</rss>

