<?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: Constraint not working and I can't tell why. in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400423#M55723</link>
    <description>&lt;P&gt;Hi Doug! I tried that and it didn't change the result, I am still allowed to enter the same plant multiple times.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Mar 2024 16:55:51 GMT</pubDate>
    <dc:creator>NicoleCarter</dc:creator>
    <dc:date>2024-03-25T16:55:51Z</dc:date>
    <item>
      <title>Constraint not working and I can't tell why.</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400168#M55701</link>
      <description>&lt;P&gt;In line 63 of the form I have a constraint. My intent is for it to check previous plant entries and if there is a duplicate, return a message saying "hey you already added this." However I copied the formula from a different form and I think something is off, it hasn't worked so far and I can't tell why.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 19:11:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400168#M55701</guid>
      <dc:creator>NicoleCarter</dc:creator>
      <dc:date>2024-03-25T19:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Constraint not working and I can't tell why.</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400356#M55719</link>
      <description>&lt;P&gt;This is my code so I hopefully can help.&lt;/P&gt;&lt;P&gt;You need to add a once on line 63 like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;once(join(", ", ${Species}))&lt;/P&gt;&lt;P&gt;Line 64 also needs a once&lt;/P&gt;&lt;P&gt;once(count(${species}))&lt;/P&gt;&lt;P&gt;Try that&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 14:42:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400356#M55719</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-03-25T14:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Constraint not working and I can't tell why.</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400423#M55723</link>
      <description>&lt;P&gt;Hi Doug! I tried that and it didn't change the result, I am still allowed to enter the same plant multiple times.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 16:55:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400423#M55723</guid>
      <dc:creator>NicoleCarter</dc:creator>
      <dc:date>2024-03-25T16:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Constraint not working and I can't tell why.</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400489#M55730</link>
      <description>&lt;P&gt;mm can you post the species csv so i can test,&amp;nbsp; you prob dont use unknown codes&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 18:33:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400489#M55730</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-03-25T18:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Constraint not working and I can't tell why.</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400491#M55731</link>
      <description>&lt;P&gt;Oh you have this outside the repeat, it needs to be inside.&amp;nbsp; Move end repeat down below line 65&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 18:35:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400491#M55731</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-03-25T18:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Constraint not working and I can't tell why.</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400519#M55735</link>
      <description>&lt;P&gt;Both of those seemed like it would do the trick, but neither of them did it. I can still add &lt;EM&gt;Abies Balsamea&lt;/EM&gt; to my heart's content.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 19:12:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400519#M55735</guid>
      <dc:creator>NicoleCarter</dc:creator>
      <dc:date>2024-03-25T19:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Constraint not working and I can't tell why.</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400535#M55736</link>
      <description>&lt;P&gt;Weird I have it working in 3 different forms.&amp;nbsp; Post your species list csv so I can test.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 19:36:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400535#M55736</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-03-25T19:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Constraint not working and I can't tell why.</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400536#M55737</link>
      <description />
      <pubDate>Mon, 25 Mar 2024 19:38:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400536#M55737</guid>
      <dc:creator>NicoleCarter</dc:creator>
      <dc:date>2024-03-25T19:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Constraint not working and I can't tell why.</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400605#M55744</link>
      <description>&lt;P&gt;I added the once and moved the end repeat and it is working just fine for me.&amp;nbsp; Took out the XXXX to make it simpler (we use that for Unknown plants)&amp;nbsp; Not sure where you are off.&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;P&gt;Also I suggest changing your plant list to have name as the USDA code and the label be this with 4 spaces in-between each.&lt;/P&gt;&lt;P&gt;USDA Code&amp;nbsp; &amp;nbsp; Scientific Name&amp;nbsp; &amp;nbsp;Common name&lt;/P&gt;&lt;P&gt;That way you store the codes in the data making downstream use way easier.&amp;nbsp; Also it allows the crew to search by any part of the name they know.&amp;nbsp; For example they know its a fir and can quickly narrow the list.&lt;/P&gt;&lt;P&gt;This is what we do&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DougBrowning_0-1711401121958.png" style="width: 535px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/99020iB0D51F8728773004/image-dimensions/535x257?v=v2" width="535" height="257" role="button" title="DougBrowning_0-1711401121958.png" alt="DougBrowning_0-1711401121958.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This looks like a wetland survey?&amp;nbsp; Are these islands BLM by chance?&amp;nbsp; We shared our forms to the MI people doing the same on their islands.&amp;nbsp; We have a whole set of Wetland forms.&amp;nbsp; I can share just reach out on PM.&lt;/P&gt;&lt;P&gt;Hope this all helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 21:16:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400605#M55744</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-03-25T21:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Constraint not working and I can't tell why.</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400607#M55745</link>
      <description>&lt;P&gt;THANK YOU so much! Yes, it's wetlands, BLM islands, in Minnesota. I'd love to see their forms.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 21:21:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/constraint-not-working-and-i-can-t-tell-why/m-p/1400607#M55745</guid>
      <dc:creator>NicoleCarter</dc:creator>
      <dc:date>2024-03-25T21:21:52Z</dc:date>
    </item>
  </channel>
</rss>

