<?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 Set Null Field Value From URL Argument in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/set-null-field-value-from-url-argument/m-p/804704#M11709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know you can set a field value using a URL argument like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;https://survey123.arcgis.com/share/36ff9e8c13e042a58cfce4ad87f55d19?field:surname=Klauser&amp;amp;center=37.8199,-122.4783&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;Is it possible to set the value of a null field? The entry point to the survey uses a null field value to set relevance for the next page in the survey. I need to set it to establish that via the URL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;Also, is it possible to set the page using a URL argument like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;SPAN&gt;https://survey123.arcgis.com/share/36ff9e8c13e042a58cfce4ad87f55d19?field:surname=Klauser&amp;amp;center=37.8199,-122.4783&amp;amp;page=2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jun 2020 14:48:45 GMT</pubDate>
    <dc:creator>KeithGerhartz1</dc:creator>
    <dc:date>2020-06-23T14:48:45Z</dc:date>
    <item>
      <title>Set Null Field Value From URL Argument</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/set-null-field-value-from-url-argument/m-p/804704#M11709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know you can set a field value using a URL argument like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;https://survey123.arcgis.com/share/36ff9e8c13e042a58cfce4ad87f55d19?field:surname=Klauser&amp;amp;center=37.8199,-122.4783&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;Is it possible to set the value of a null field? The entry point to the survey uses a null field value to set relevance for the next page in the survey. I need to set it to establish that via the URL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;Also, is it possible to set the page using a URL argument like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;SPAN&gt;https://survey123.arcgis.com/share/36ff9e8c13e042a58cfce4ad87f55d19?field:surname=Klauser&amp;amp;center=37.8199,-122.4783&amp;amp;page=2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2020 14:48:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/set-null-field-value-from-url-argument/m-p/804704#M11709</guid>
      <dc:creator>KeithGerhartz1</dc:creator>
      <dc:date>2020-06-23T14:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set Null Field Value From URL Argument</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/set-null-field-value-from-url-argument/m-p/804705#M11710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keith&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is possible to pass a&amp;nbsp;value via&amp;nbsp;a URL into a field that has a&amp;nbsp;bind::esri:fieldType of 'null'. This should work just like any other field, using the &lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;field:fieldname=&lt;/SPAN&gt;&amp;nbsp;syntax. While this field does not exist in the survey's feature layer, it does 'exist' for the purposes of the survey form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding pages, it is not possible to set a page number via a URL parameter. You can, however, hide pages using the &lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;hide=&lt;/SPAN&gt; parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find some great info on web app URL parameters in this blog post&amp;nbsp;&lt;A href="https://community.esri.com/groups/survey123/blog/2019/02/06/survey123-tricks-of-the-trade-web-form-url-parameters"&gt;https://community.esri.com/groups/survey123/blog/2019/02/06/survey123-tricks-of-the-trade-web-form-url-parameters&lt;/A&gt;&amp;nbsp;and here&amp;nbsp;&lt;A class="link-titled" href="https://doc.arcgis.com/en/survey123/reference/integratewithotherapps.htm#ESRI_SECTION1_FB0D6EDC66E64F35B066B6FE8D07475B" title="https://doc.arcgis.com/en/survey123/reference/integratewithotherapps.htm#ESRI_SECTION1_FB0D6EDC66E64F35B066B6FE8D07475B"&gt;Integrate with other apps—Survey123 for ArcGIS | Documentation&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2020 05:53:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/set-null-field-value-from-url-argument/m-p/804705#M11710</guid>
      <dc:creator>Jim-Moore</dc:creator>
      <dc:date>2020-07-31T05:53:58Z</dc:date>
    </item>
  </channel>
</rss>

