<?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>idea Survey123 Image Question: Disable 'Required' in Inbox in ArcGIS Survey123 Ideas</title>
    <link>https://community.esri.com/t5/arcgis-survey123-ideas/survey123-image-question-disable-required-in-inbox/idi-p/930727</link>
    <description>&lt;P&gt;Currently you cannot add an image through the inbox of Survey123 using an image question. The image question is also disabled in the Inbox. However, validations against image questions (i.e. 'required') are not disabled!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i want a photo to be required in my (original) survey, it will not allow me to submit updates (e.g. to mark an outstanding issue as 'completed'), due to the validation issue of having a required photo.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be good if the 'required' condition was disabled along with the image question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The alternatives currently seem to be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Make the photo 'not required' which we don't want to do since user behavior sometime needs a little help&lt;/LI&gt;&lt;LI&gt;Create a new form specifically for the Inbox, which is not ideal&lt;/LI&gt;&lt;LI&gt;Use repeats - which can add other complexities&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, until editing of photos through the Inbox is supported, &lt;STRONG&gt;can the 'required' condition be disabled along with the image question in the Inbox?&lt;/STRONG&gt; Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jamie.&lt;/P&gt;</description>
    <pubDate>Sun, 30 May 2021 11:19:13 GMT</pubDate>
    <dc:creator>JamieLambert</dc:creator>
    <dc:date>2021-05-30T11:19:13Z</dc:date>
    <item>
      <title>Survey123 Image Question: Disable 'Required' in Inbox</title>
      <link>https://community.esri.com/t5/arcgis-survey123-ideas/survey123-image-question-disable-required-in-inbox/idi-p/930727</link>
      <description>&lt;P&gt;Currently you cannot add an image through the inbox of Survey123 using an image question. The image question is also disabled in the Inbox. However, validations against image questions (i.e. 'required') are not disabled!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i want a photo to be required in my (original) survey, it will not allow me to submit updates (e.g. to mark an outstanding issue as 'completed'), due to the validation issue of having a required photo.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be good if the 'required' condition was disabled along with the image question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The alternatives currently seem to be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Make the photo 'not required' which we don't want to do since user behavior sometime needs a little help&lt;/LI&gt;&lt;LI&gt;Create a new form specifically for the Inbox, which is not ideal&lt;/LI&gt;&lt;LI&gt;Use repeats - which can add other complexities&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, until editing of photos through the Inbox is supported, &lt;STRONG&gt;can the 'required' condition be disabled along with the image question in the Inbox?&lt;/STRONG&gt; Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jamie.&lt;/P&gt;</description>
      <pubDate>Sun, 30 May 2021 11:19:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-ideas/survey123-image-question-disable-required-in-inbox/idi-p/930727</guid>
      <dc:creator>JamieLambert</dc:creator>
      <dc:date>2021-05-30T11:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Image Question: Disable 'Required' in Inbox</title>
      <link>https://community.esri.com/t5/arcgis-survey123-ideas/survey123-image-question-disable-required-in-inbox/idc-p/1002463#M1327</link>
      <description>&lt;P&gt;I have come up with a workaround for this issue using the&amp;nbsp;&lt;STRONG&gt;pulldata("@property", 'mode')&lt;/STRONG&gt; function. From the Survey123 documentation (&lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm" target="_blank" rel="noopener"&gt;Formulas&lt;/A&gt;), "&lt;EM&gt;This has three possible values, returning&amp;nbsp;&lt;STRONG&gt;new&lt;/STRONG&gt;&amp;nbsp;if the user is producing a new survey response (including one copied from an existing survey), returning&amp;nbsp;&lt;STRONG&gt;edit&lt;/STRONG&gt;&amp;nbsp;if the user is editing an existing response, and returning&amp;nbsp;&lt;STRONG&gt;view&lt;/STRONG&gt;&amp;nbsp;if the user is viewing an existing response in read-only mode.&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;Using this function, you can set the photo question/s to 'required' and use the value returned from&amp;nbsp;&lt;STRONG&gt;pulldata("@property", 'mode')&lt;/STRONG&gt; for the question relevance (see image below). A new survey will return '&lt;STRONG&gt;new&lt;/STRONG&gt;', so using 'new' as the relevant response will show a required photo question for a new survey, and will not show the photo question when the survey is opened via the Inbox, therefore the required condition will not stop you from submitting a survey.&lt;/P&gt;&lt;P&gt;You can set the question with the pulldata function to '&lt;STRONG&gt;null&lt;/STRONG&gt;' so you don't store it in your dataset.&amp;nbsp;All-in-all not a difficult workaround to implement, and you can keep the required setting for new surveys.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Required_Photo_Inbox_Setting.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/411i7A2B0D33FF9460C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Required_Photo_Inbox_Setting.png" alt="Required_Photo_Inbox_Setting.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 09:56:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-ideas/survey123-image-question-disable-required-in-inbox/idc-p/1002463#M1327</guid>
      <dc:creator>JamieLambert</dc:creator>
      <dc:date>2020-11-18T09:56:20Z</dc:date>
    </item>
  </channel>
</rss>

