<?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 Instance Name and pulldata() in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/instance-name-and-pulldata/m-p/869080#M27688</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can the pulldata funtion be used in the instance name? I found a mention of pulldata in the comments of this blog post.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/groups/survey123/blog/2017/04/24/understanding-the-instancename-setting"&gt;https://community.esri.com/groups/survey123/blog/2017/04/24/understanding-the-instancename-setting&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I'm not sure if the context of the comment is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying a concat -&amp;nbsp;concat ("Manhole ID:", ${MAPID}, " Status:" , pulldata( 'StatusInfo','StatusType','StatusCode',${JobStatus}))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also just try this -&amp;nbsp;pulldata( 'StatusInfo','StatusType','StatusCode',${JobStatus})&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm getting the same error - "dataLists is not defined in expression" - then it redisplays the instanace_name setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My csv is in the media folder, it's very simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;StatusType,StatusCode&lt;BR /&gt;Not Started,-1&lt;BR /&gt;Started,0&lt;BR /&gt;Completed,1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-bert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Aug 2018 19:05:10 GMT</pubDate>
    <dc:creator>RobertMEIER</dc:creator>
    <dc:date>2018-08-20T19:05:10Z</dc:date>
    <item>
      <title>Instance Name and pulldata()</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/instance-name-and-pulldata/m-p/869080#M27688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can the pulldata funtion be used in the instance name? I found a mention of pulldata in the comments of this blog post.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/groups/survey123/blog/2017/04/24/understanding-the-instancename-setting"&gt;https://community.esri.com/groups/survey123/blog/2017/04/24/understanding-the-instancename-setting&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I'm not sure if the context of the comment is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying a concat -&amp;nbsp;concat ("Manhole ID:", ${MAPID}, " Status:" , pulldata( 'StatusInfo','StatusType','StatusCode',${JobStatus}))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also just try this -&amp;nbsp;pulldata( 'StatusInfo','StatusType','StatusCode',${JobStatus})&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm getting the same error - "dataLists is not defined in expression" - then it redisplays the instanace_name setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My csv is in the media folder, it's very simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;StatusType,StatusCode&lt;BR /&gt;Not Started,-1&lt;BR /&gt;Started,0&lt;BR /&gt;Completed,1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-bert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 19:05:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/instance-name-and-pulldata/m-p/869080#M27688</guid>
      <dc:creator>RobertMEIER</dc:creator>
      <dc:date>2018-08-20T19:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Instance Name and pulldata()</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/instance-name-and-pulldata/m-p/869081#M27689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pulldata() functions are not designed to occur within other functions. &amp;nbsp;The best practice would be to have a hidden question store the value looked up via pulldata() and reference that question in the instance_name. &amp;nbsp;If you do not want to write the value to the feature service, set the bind::esri:esriFieldType setting to null to have the form ignore that question on submission.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 20:50:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/instance-name-and-pulldata/m-p/869081#M27689</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2018-08-20T20:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Instance Name and pulldata()</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/instance-name-and-pulldata/m-p/869082#M27690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this input!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just used this "trick" to put the choice description of a selected value (integer) to the &lt;STRONG&gt;&lt;EM&gt;instance_name&lt;/EM&gt; &lt;/STRONG&gt;variable, using the&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;jr:choice-name(&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;${&lt;/EM&gt;&lt;EM&gt;select_one_question}, '${select_one_question&lt;/EM&gt;&lt;EM&gt;}'&lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/STRONG&gt; function mentioned in &lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformessentials.htm#ESRI_SECTION1_63B0F9AA1A05458BB4B86F2A1A05AA78" rel="nofollow" style="color: #000000; background-color: #ffffff; border: 0px; text-decoration: underline; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;XLSForm essentials—Survey123 for ArcGIS | ArcGIS&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2020 14:07:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/instance-name-and-pulldata/m-p/869082#M27690</guid>
      <dc:creator>CarlosSousaFerreira</dc:creator>
      <dc:date>2020-01-17T14:07:29Z</dc:date>
    </item>
  </channel>
</rss>

