<?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: Warn User they Submitted a NULL Repeat in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/warn-user-they-submitted-a-null-repeat/m-p/1345299#M52658</link>
    <description>&lt;P&gt;Thanks Ismael, a response isn't required, that would be frustrating for users. I figured out I would deploy the count and then the user could see that the title says Note #1 but they can see in the pagination that they're on two? I'd rather build some warnings, but struggling with what I described in my initial post.&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="jzibbell_boise_0-1698960743663.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/84907i71CEB78CB6D18AD0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jzibbell_boise_0-1698960743663.png" alt="jzibbell_boise_0-1698960743663.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Nov 2023 21:33:42 GMT</pubDate>
    <dc:creator>jzibbell_boise</dc:creator>
    <dc:date>2023-11-02T21:33:42Z</dc:date>
    <item>
      <title>Warn User they Submitted a NULL Repeat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/warn-user-they-submitted-a-null-repeat/m-p/1344937#M52642</link>
      <description>&lt;P&gt;It is easy for users to accidentally submit a blank repeat. I am trying to create a note that warns users they've submitted a blank note. I have first created a hidden repeat count field,&amp;nbsp;count(${sprinklers}) + 1. The count starts at 0, so I've added a plus 1. I've added this field to the label so users can see how many non-null notes they have total. Then I've taken the repeat field ${sprinklers} and made a relevant statement below that if the string length is zero and the sprinkler count is greater than 1, then show a note that says "You submitted a blank note". But I can't get it to behave because if they populate the first note then every new page after that will warn them there is a blank note before they even have the chance to add it in.&lt;/P&gt;&lt;P&gt;string-length(${sprinklers})=0&amp;nbsp; and ${sprinklernote_count}&amp;gt;1&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 13:15:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/warn-user-they-submitted-a-null-repeat/m-p/1344937#M52642</guid>
      <dc:creator>jzibbell_boise</dc:creator>
      <dc:date>2023-11-02T13:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Warn User they Submitted a NULL Repeat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/warn-user-they-submitted-a-null-repeat/m-p/1345114#M52650</link>
      <description>&lt;P&gt;I wonder if making the note question within the repeat &lt;EM&gt;required&lt;/EM&gt; would be an acceptable solution for you.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 17:19:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/warn-user-they-submitted-a-null-repeat/m-p/1345114#M52650</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2023-11-02T17:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Warn User they Submitted a NULL Repeat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/warn-user-they-submitted-a-null-repeat/m-p/1345299#M52658</link>
      <description>&lt;P&gt;Thanks Ismael, a response isn't required, that would be frustrating for users. I figured out I would deploy the count and then the user could see that the title says Note #1 but they can see in the pagination that they're on two? I'd rather build some warnings, but struggling with what I described in my initial post.&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="jzibbell_boise_0-1698960743663.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/84907i71CEB78CB6D18AD0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jzibbell_boise_0-1698960743663.png" alt="jzibbell_boise_0-1698960743663.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 21:33:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/warn-user-they-submitted-a-null-repeat/m-p/1345299#M52658</guid>
      <dc:creator>jzibbell_boise</dc:creator>
      <dc:date>2023-11-02T21:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Warn User they Submitted a NULL Repeat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/warn-user-they-submitted-a-null-repeat/m-p/1345635#M52675</link>
      <description>&lt;P&gt;You can likely use the&amp;nbsp;position(..) formula&lt;/P&gt;&lt;P&gt;string-length(${sprinklers})=0&amp;nbsp; and ${sprinklernote_count}=position(..)&lt;/P&gt;&lt;P&gt;This should look at the current note and see if it is blank&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 16:41:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/warn-user-they-submitted-a-null-repeat/m-p/1345635#M52675</guid>
      <dc:creator>SpatialSean</dc:creator>
      <dc:date>2023-11-03T16:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Warn User they Submitted a NULL Repeat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/warn-user-they-submitted-a-null-repeat/m-p/1345808#M52682</link>
      <description>&lt;P&gt;I really like when I get a win on a Friday afternoon! I'll hide the count and index of course, but that did the trick. Thank you!&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="jzibbell_boise_0-1699044784018.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/85041i2B824BD9758D5047/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jzibbell_boise_0-1699044784018.png" alt="jzibbell_boise_0-1699044784018.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 20:54:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/warn-user-they-submitted-a-null-repeat/m-p/1345808#M52682</guid>
      <dc:creator>jzibbell_boise</dc:creator>
      <dc:date>2023-11-03T20:54:15Z</dc:date>
    </item>
  </channel>
</rss>

