<?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 from attribute table not working in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-attribute-table-not/m-p/1355924#M53170</link>
    <description>&lt;P&gt;Thank you Rylee. I'm getting syntax error with the added added single quotation mark. I'm very much in the learning phase with connect, so this is much appreciated.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RoscoPeters17_0-1701461044973.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87793i641803410092423C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RoscoPeters17_0-1701461044973.png" alt="RoscoPeters17_0-1701461044973.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Dec 2023 20:04:21 GMT</pubDate>
    <dc:creator>RoscoPeters17</dc:creator>
    <dc:date>2023-12-01T20:04:21Z</dc:date>
    <item>
      <title>Survey123 pulldata from attribute table not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-attribute-table-not/m-p/1355379#M53148</link>
      <description>&lt;P&gt;I have a field titled "user_id", which is manually entered by the user. If there is a match I would like to use this entry to pull attribute data from a hosted table (see rest endpoint below) to auto populate the second field with the data in the "name_first" field on my survey. My current code does not return anything. Please advise:&lt;/P&gt;&lt;P&gt;pulldata("@layer","getValue","attributes.name_first","&lt;A href="https://services3.arcgis.com/kTHh5mF5pghzqQ3m/arcgis/rest/services/verified_users/FeatureServer/0" target="_blank" rel="noopener"&gt;https://services3.arcgis.com/kTHh5mF5pghzqQ3m/arcgis/rest/services/verified_users/FeatureServer/0&lt;/A&gt;",concat("user_id =",${user_id},"'"))&lt;/P&gt;&lt;P&gt;*this data is not sensitive&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 20:39:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-attribute-table-not/m-p/1355379#M53148</guid>
      <dc:creator>RoscoPeters17</dc:creator>
      <dc:date>2023-11-30T20:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 pulldata from attribute table not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-attribute-table-not/m-p/1355913#M53169</link>
      <description>&lt;P&gt;Hi Rosco,&lt;/P&gt;&lt;P&gt;The first concat value is missing a single quotation mark (bolded):&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;pulldata("@layer","getValue","attributes.name_first","&lt;/SPAN&gt;&lt;A href="https://services3.arcgis.com/kTHh5mF5pghzqQ3m/arcgis/rest/services/verified_users/FeatureServer/0" target="_blank" rel="noopener nofollow noreferrer"&gt;https://services3.arcgis.com/kTHh5mF5pghzqQ3m/arcgis/rest/services/verified_users/FeatureServer/0&lt;/A&gt;&lt;SPAN&gt;",concat("user_id =&lt;STRONG&gt;'&lt;/STRONG&gt;",${user_id},"'"))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-Rylee&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 19:57:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-attribute-table-not/m-p/1355913#M53169</guid>
      <dc:creator>rwrenner_esri</dc:creator>
      <dc:date>2023-12-01T19:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 pulldata from attribute table not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-attribute-table-not/m-p/1355924#M53170</link>
      <description>&lt;P&gt;Thank you Rylee. I'm getting syntax error with the added added single quotation mark. I'm very much in the learning phase with connect, so this is much appreciated.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RoscoPeters17_0-1701461044973.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87793i641803410092423C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RoscoPeters17_0-1701461044973.png" alt="RoscoPeters17_0-1701461044973.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 20:04:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-attribute-table-not/m-p/1355924#M53170</guid>
      <dc:creator>RoscoPeters17</dc:creator>
      <dc:date>2023-12-01T20:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 pulldata from attribute table not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-attribute-table-not/m-p/1355931#M53171</link>
      <description>&lt;P&gt;In the error message, I see "/Form_1/" in the latter part of the concat statement. Does that match what's in the XLSForm calculation column? I didn't see that text included your initial pulldata so wondering if it got added and if that's causing the syntax error.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 20:14:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-attribute-table-not/m-p/1355931#M53171</guid>
      <dc:creator>rwrenner_esri</dc:creator>
      <dc:date>2023-12-01T20:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 pulldata from attribute table not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-attribute-table-not/m-p/1355938#M53172</link>
      <description>&lt;P&gt;The calculations column does not have the "Form_1" but it shows up in the error. The survey is titled Form 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RoscoPeters17_0-1701462007364.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87796i4ACEFEC80D302EF1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RoscoPeters17_0-1701462007364.png" alt="RoscoPeters17_0-1701462007364.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 20:20:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-attribute-table-not/m-p/1355938#M53172</guid>
      <dc:creator>RoscoPeters17</dc:creator>
      <dc:date>2023-12-01T20:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 pulldata from attribute table not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-attribute-table-not/m-p/1355949#M53173</link>
      <description>&lt;P&gt;Thanks for clarifying. I'd suggest updating to the latest version of S123 Connect (3.19) if you don't already have it.&lt;/P&gt;&lt;P&gt;To check what version of S123 Connect are you on, click on your profile at top right:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rwrenner_0-1701462154713.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87800iC2E0F5863732EFF8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rwrenner_0-1701462154713.png" alt="rwrenner_0-1701462154713.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 20:26:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-attribute-table-not/m-p/1355949#M53173</guid>
      <dc:creator>rwrenner_esri</dc:creator>
      <dc:date>2023-12-01T20:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 pulldata from attribute table not working</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-attribute-table-not/m-p/1355957#M53174</link>
      <description>&lt;P&gt;I was running 3.12. Just updated to 3.19 and ran the survey with the additional recommended single quotation mark and voila!!! Can't thank you enough, I would have never thought to check software version.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RoscoPeters17_0-1701463063999.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87803i4D70EC46AC252CD9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RoscoPeters17_0-1701463063999.png" alt="RoscoPeters17_0-1701463063999.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 20:37:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-pulldata-from-attribute-table-not/m-p/1355957#M53174</guid>
      <dc:creator>RoscoPeters17</dc:creator>
      <dc:date>2023-12-01T20:37:51Z</dc:date>
    </item>
  </channel>
</rss>

