<?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 Arcade Expression (Logic - Required) in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1408455#M8324</link>
    <description>&lt;P&gt;&lt;SPAN&gt;H&lt;/SPAN&gt;&lt;SPAN&gt;i,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm new to arcade and trying&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;write&lt;/SPAN&gt;&lt;SPAN&gt; a simple expression to &lt;/SPAN&gt;&lt;SPAN&gt;put logic requirement in a field&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have &lt;/SPAN&gt;&lt;SPAN&gt;three string fields (&lt;/SPAN&gt;&lt;SPAN&gt;field1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; field2&lt;/SPAN&gt;&lt;SPAN&gt;, field3)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;with domains&lt;/SPAN&gt; &lt;SPAN&gt;values (value1, value2). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If in field1&lt;/SPAN&gt;&lt;SPAN&gt; and field2&lt;/SPAN&gt;&lt;SPAN&gt; a specific &lt;/SPAN&gt;&lt;SPAN&gt;values and their combination are&lt;/SPAN&gt;&lt;SPAN&gt; chosen, field&lt;/SPAN&gt;&lt;SPAN&gt;3&lt;/SPAN&gt; &lt;SPAN&gt;must &lt;STRONG&gt;NOT&lt;/STRONG&gt; be required for filling if at least one condition match&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried&lt;/SPAN&gt;&lt;SPAN&gt; but it does not work. Please advise what's incorrect&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DomainName&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Field1"&lt;/SPAN&gt;&lt;SPAN&gt;)!=&lt;/SPAN&gt;&lt;SPAN&gt;"Value1"&lt;/SPAN&gt;&lt;SPAN&gt;||&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DomainName&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Field1"&lt;/SPAN&gt;&lt;SPAN&gt;)!=&lt;/SPAN&gt;&lt;SPAN&gt;"Value2"&lt;/SPAN&gt;&lt;SPAN&gt;||&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DomainName&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Field1"&lt;/SPAN&gt;&lt;SPAN&gt;)!=&lt;/SPAN&gt;&lt;SPAN&gt;"Value3"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;DomainName&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;EM&gt;Field2&lt;/EM&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)!=&lt;/SPAN&gt;&lt;SPAN&gt;"Value1"&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Apr 2024 11:30:28 GMT</pubDate>
    <dc:creator>AidosMalybayev</dc:creator>
    <dc:date>2024-04-11T11:30:28Z</dc:date>
    <item>
      <title>Arcade Expression (Logic - Required)</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1408455#M8324</link>
      <description>&lt;P&gt;&lt;SPAN&gt;H&lt;/SPAN&gt;&lt;SPAN&gt;i,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm new to arcade and trying&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;write&lt;/SPAN&gt;&lt;SPAN&gt; a simple expression to &lt;/SPAN&gt;&lt;SPAN&gt;put logic requirement in a field&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have &lt;/SPAN&gt;&lt;SPAN&gt;three string fields (&lt;/SPAN&gt;&lt;SPAN&gt;field1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; field2&lt;/SPAN&gt;&lt;SPAN&gt;, field3)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;with domains&lt;/SPAN&gt; &lt;SPAN&gt;values (value1, value2). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If in field1&lt;/SPAN&gt;&lt;SPAN&gt; and field2&lt;/SPAN&gt;&lt;SPAN&gt; a specific &lt;/SPAN&gt;&lt;SPAN&gt;values and their combination are&lt;/SPAN&gt;&lt;SPAN&gt; chosen, field&lt;/SPAN&gt;&lt;SPAN&gt;3&lt;/SPAN&gt; &lt;SPAN&gt;must &lt;STRONG&gt;NOT&lt;/STRONG&gt; be required for filling if at least one condition match&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried&lt;/SPAN&gt;&lt;SPAN&gt; but it does not work. Please advise what's incorrect&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DomainName&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Field1"&lt;/SPAN&gt;&lt;SPAN&gt;)!=&lt;/SPAN&gt;&lt;SPAN&gt;"Value1"&lt;/SPAN&gt;&lt;SPAN&gt;||&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DomainName&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Field1"&lt;/SPAN&gt;&lt;SPAN&gt;)!=&lt;/SPAN&gt;&lt;SPAN&gt;"Value2"&lt;/SPAN&gt;&lt;SPAN&gt;||&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DomainName&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Field1"&lt;/SPAN&gt;&lt;SPAN&gt;)!=&lt;/SPAN&gt;&lt;SPAN&gt;"Value3"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;DomainName&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;EM&gt;Field2&lt;/EM&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)!=&lt;/SPAN&gt;&lt;SPAN&gt;"Value1"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 11:30:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1408455#M8324</guid>
      <dc:creator>AidosMalybayev</dc:creator>
      <dc:date>2024-04-11T11:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression (Logic - Required)</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1408465#M8325</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;One suggestion I have for you is flipping your expression to the positive, meaning you will want to give the case(s) for when the field should show as required, instead of when it's not required. And when you do that you will want to use == when setting the fields equal, for example -&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;DomainName&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;"Modify_Date"&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt; &lt;SPAN class=""&gt;==&lt;/SPAN&gt; &lt;SPAN class=""&gt;"Yes"&lt;/SPAN&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;It's much easier to work in the positive with Arcade.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kerri&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 12:03:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1408465#M8325</guid>
      <dc:creator>KerriRasmussen</dc:creator>
      <dc:date>2024-04-11T12:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression (Logic - Required)</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1408470#M8326</link>
      <description>&lt;P&gt;Another option that works as well is using contingent values. This will automatically limit values based on inputs of other values.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 12:11:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1408470#M8326</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2024-04-11T12:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression (Logic - Required)</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1408620#M8327</link>
      <description>&lt;P&gt;The phrase "at least one" sounds like the function &lt;STRONG&gt;Any&lt;/STRONG&gt;. Put your conditions in an array, then use Any to return a true/false value if anything comes back.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Any([
  DomainName($feature,"Field1") != "Value1",
  DomainName($feature,"Field1") != "Value2",
  DomainName($feature,"Field1") != "Value3" &amp;amp;&amp;amp; DomainName($feature,"Field2") != "Value1"
])&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 11 Apr 2024 17:08:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1408620#M8327</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-04-11T17:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression (Logic - Required)</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1408638#M8328</link>
      <description>&lt;P&gt;The &lt;STRONG&gt;Includes &lt;/STRONG&gt;function or a&amp;nbsp;&lt;STRONG&gt;for loop&lt;/STRONG&gt;&amp;nbsp;I believe could also work as well. Plenty of options for achieving similar results.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 17:19:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1408638#M8328</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2024-04-11T17:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression (Logic - Required)</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1408890#M8330</link>
      <description>&lt;P&gt;&lt;SPAN&gt;There is an error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Test execution error: Execution error - Call with wrong number of parameters. Verify test data.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 04:50:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1408890#M8330</guid>
      <dc:creator>AidosMalybayev</dc:creator>
      <dc:date>2024-04-12T04:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression (Logic - Required)</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1408943#M8331</link>
      <description>&lt;P&gt;Good morning. Would you mind sharing your Arcade Expression? It's easier to troubleshoot that way.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 12:35:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1408943#M8331</guid>
      <dc:creator>KerriRasmussen</dc:creator>
      <dc:date>2024-04-12T12:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression (Logic - Required)</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1410842#M8373</link>
      <description>&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;Apologies for delaying with response.&lt;/P&gt;&lt;P&gt;There are three fields:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;Lithology&lt;/STRONG&gt; &lt;/EM&gt;(Lith) - domain list with more than 30 values with two specific ones interesting for us - "Silica Rock" and "Tuff"&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;Protolithology&lt;/STRONG&gt; &lt;/EM&gt;(Protolith) - domain list with more than 30 values with specific one interesting for us - "Tuff"&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Lithology Texture&lt;/STRONG&gt; (Lith_text)&amp;nbsp; - domain list with more than 10 values&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Lithology Texture&lt;/STRONG&gt; field required when:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;EM&gt;Lithology&lt;/EM&gt; &lt;/STRONG&gt;not empty&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Lithology Texture&lt;/STRONG&gt; field &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;NOT&lt;/STRONG&gt;&lt;/FONT&gt; required when:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;EM&gt;Lithology&lt;/EM&gt; &lt;/STRONG&gt;= "Tuff"&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;EM&gt;Lithology&lt;/EM&gt; &lt;/STRONG&gt;= "Silica Rock" &lt;STRONG&gt;&lt;U&gt;AND&lt;/U&gt; &lt;EM&gt;Protolithology&lt;/EM&gt; &lt;/STRONG&gt;= "Tuff"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My expression:&lt;/P&gt;&lt;P&gt;1 DomainName($feature,"Lith")!=null||&lt;/P&gt;&lt;P&gt;2 DomainName($feature,"Lith")!="Tuff"||&lt;/P&gt;&lt;P&gt;3 DomainName($feature,"Lith")!="Silica rock"&amp;amp;&amp;amp; DomainName($feature,"Protolith")!="Tuff"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works with first line only.&lt;/P&gt;&lt;P&gt;Two others are not working i.e. &lt;STRONG&gt;Lithology Texture&lt;/STRONG&gt; field with asterix (still required)&lt;/P&gt;&lt;P&gt;P.S. Expression&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Any&lt;/SPAN&gt;&lt;SPAN&gt;([&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DomainName&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Lith_1"&lt;/SPAN&gt;&lt;SPAN&gt;)!=&lt;/SPAN&gt;&lt;SPAN&gt;null&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DomainName&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Lith_1"&lt;/SPAN&gt;&lt;SPAN&gt;)!=&lt;/SPAN&gt;&lt;SPAN&gt;"Tuff"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DomainName&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Lith_1"&lt;/SPAN&gt;&lt;SPAN&gt;)!=&lt;/SPAN&gt;&lt;SPAN&gt;"Silica rock"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;SPAN&gt;DomainName&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Protolith1"&lt;/SPAN&gt;&lt;SPAN&gt;)!=&lt;/SPAN&gt;&lt;SPAN&gt;"Tuff"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return: &lt;EM&gt;Test execution error: Execution error - Call with wrong number of parameters. Verify test data.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Apr 2024 12:28:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1410842#M8373</guid>
      <dc:creator>AidosMalybayev</dc:creator>
      <dc:date>2024-04-17T12:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression (Logic - Required)</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1411013#M8378</link>
      <description>&lt;LI-CODE lang="javascript"&gt;If(DomainName($feature, "Lithology") == "Tuff"){
    return false;
  }
  else if(DomainName($feature, "Lithology") == "Silica Rock" &amp;amp;&amp;amp; DomainName($feature, "Protolithology") == "Tuff"){
  return false;
  }
  else if(!IsEmpty($feature["Lithology"])){
  return true;
  }
else {
  return false;
}&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 17 Apr 2024 15:45:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1411013#M8378</guid>
      <dc:creator>KerriRasmussen</dc:creator>
      <dc:date>2024-04-17T15:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression (Logic - Required)</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1411380#M8385</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/138329"&gt;@KerriRasmussen&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 04:00:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1411380#M8385</guid>
      <dc:creator>AidosMalybayev</dc:creator>
      <dc:date>2024-04-18T04:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression (Logic - Required)</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1411474#M8386</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/206277"&gt;@AidosMalybayev&lt;/a&gt;&amp;nbsp;you're welcome!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 11:40:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-logic-required/m-p/1411474#M8386</guid>
      <dc:creator>KerriRasmussen</dc:creator>
      <dc:date>2024-04-18T11:40:24Z</dc:date>
    </item>
  </channel>
</rss>

