<?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 Connect Pull location data for a geopoint from a hosted feature layer in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-pull-location-data-for-a/m-p/1560120#M60148</link>
    <description>&lt;P&gt;Oh, shoot! Thanks for pointing out that mistake. It is working now. Thanks for the help!&lt;/P&gt;</description>
    <pubDate>Tue, 19 Nov 2024 06:42:35 GMT</pubDate>
    <dc:creator>KeshavSingh</dc:creator>
    <dc:date>2024-11-19T06:42:35Z</dc:date>
    <item>
      <title>Survey123 Connect Pull location data for a geopoint from a hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-pull-location-data-for-a/m-p/1559063#M60095</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I was working on a project where I wanted to pull location data for a point from a hosted point layer. I was trying to use the pull data command, but it didn't return any value.&lt;/P&gt;&lt;P&gt;I tried to fix the UNITID, but still it doesn't return any value.&lt;/P&gt;&lt;P&gt;pulldata("@layer", "Latitude", "&lt;A href="https://services8.arcgis.com/EnRf3TCZwFndmCJx/arcgis/rest/services/SummerInspectionOG/FeatureServer/0" target="_blank" rel="noopener"&gt;https://services8.arcgis.com/EnRf3TCZwFndmCJx/arcgis/rest/services/inspection/FeatureServer/0&lt;/A&gt;", "UNITID", "0737")&lt;/P&gt;&lt;P&gt;I may be using the wrong command here; can anyone please guide me?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 06:12:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-pull-location-data-for-a/m-p/1559063#M60095</guid>
      <dc:creator>KeshavSingh</dc:creator>
      <dc:date>2024-11-15T06:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Connect Pull location data for a geopoint from a hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-pull-location-data-for-a/m-p/1559281#M60098</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If I'm understanding correctly, what works for me is to retrieve the location from a feature layer into a hidden field as JSON and then pull out the x and y from that.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JillianStanford_0-1731693441320.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/119674iFF9243E62AA4D054/image-size/large?v=v2&amp;amp;px=999" role="button" title="JillianStanford_0-1731693441320.png" alt="JillianStanford_0-1731693441320.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Does that work for you?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 17:58:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-pull-location-data-for-a/m-p/1559281#M60098</guid>
      <dc:creator>JillianStanford</dc:creator>
      <dc:date>2024-11-15T17:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Connect Pull location data for a geopoint from a hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-pull-location-data-for-a/m-p/1559502#M60109</link>
      <description>&lt;P&gt;Hi Jillian,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response. I created a new form to test this out.&amp;nbsp; But the pull function doesn't return any value.&lt;/P&gt;&lt;P&gt;I have attached the pull function syntax.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KeshavSingh_0-1731824040928.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/119715i153F3EA69627CC30/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KeshavSingh_0-1731824040928.png" alt="KeshavSingh_0-1731824040928.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Nov 2024 06:15:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-pull-location-data-for-a/m-p/1559502#M60109</guid>
      <dc:creator>KeshavSingh</dc:creator>
      <dc:date>2024-11-17T06:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Connect Pull location data for a geopoint from a hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-pull-location-data-for-a/m-p/1559720#M60117</link>
      <description>&lt;P&gt;From your first post it looks like UNITID is a string?&lt;/P&gt;&lt;P&gt;Have you tried wrapping your where clause value in quotes?&lt;/P&gt;&lt;P&gt;concat("UNITID ='", ${UNIT},"'")&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 16:01:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-pull-location-data-for-a/m-p/1559720#M60117</guid>
      <dc:creator>JillianStanford</dc:creator>
      <dc:date>2024-11-18T16:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Connect Pull location data for a geopoint from a hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-pull-location-data-for-a/m-p/1560120#M60148</link>
      <description>&lt;P&gt;Oh, shoot! Thanks for pointing out that mistake. It is working now. Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 06:42:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-pull-location-data-for-a/m-p/1560120#M60148</guid>
      <dc:creator>KeshavSingh</dc:creator>
      <dc:date>2024-11-19T06:42:35Z</dc:date>
    </item>
  </channel>
</rss>

