<?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: Arcade for Smart Form in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-for-smart-form/m-p/1088464#M1529</link>
    <description>&lt;P&gt;This video has some relevant info at 13:00 and 30:00.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=_M29_CGLQ_k" target="_blank"&gt;https://www.youtube.com/watch?v=_M29_CGLQ_k&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Aug 2021 15:25:32 GMT</pubDate>
    <dc:creator>TravisSizemore</dc:creator>
    <dc:date>2021-08-12T15:25:32Z</dc:date>
    <item>
      <title>Arcade for Smart Form</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-for-smart-form/m-p/1088346#M1524</link>
      <description>&lt;P&gt;Hi EB community,&lt;/P&gt;&lt;P&gt;I am beginning my Arcade journey. I do not have a background in coding. I've found tutorials on ArcGIS Learn for Arcade..&lt;/P&gt;&lt;P&gt;I specifically want to use Arcade for conditional visibility&amp;nbsp; in the smart forms in Field Maps, not necessarily for pop-ups or labelling.&lt;/P&gt;&lt;P&gt;Does anyone have a cheat sheet for commonly used expressions?&lt;/P&gt;&lt;P&gt;For example, currently I know how to do $feature()==(), but I'd like to know how to use a conditional expression if any of two answers are true or false. I think false is $feature()!=().&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 11:09:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-for-smart-form/m-p/1088346#M1524</guid>
      <dc:creator>littlebluepenguinnz</dc:creator>
      <dc:date>2021-08-12T11:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade for Smart Form</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-for-smart-form/m-p/1088384#M1526</link>
      <description>&lt;P&gt;For checking if two conditions are met you can do:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;$feature["attribute1"] == "Some Value" &amp;amp;&amp;amp; $feature["attribute2"] == "Some other value"&lt;/LI-CODE&gt;&lt;P&gt;For checking if one of two conditions are met you can do:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;$feature["attribute1"] == "Some Value" || $feature["attribute2"] == "Some other value"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 13:28:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-for-smart-form/m-p/1088384#M1526</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-08-12T13:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade for Smart Form</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-for-smart-form/m-p/1088464#M1529</link>
      <description>&lt;P&gt;This video has some relevant info at 13:00 and 30:00.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=_M29_CGLQ_k" target="_blank"&gt;https://www.youtube.com/watch?v=_M29_CGLQ_k&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 15:25:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-for-smart-form/m-p/1088464#M1529</guid>
      <dc:creator>TravisSizemore</dc:creator>
      <dc:date>2021-08-12T15:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade for Smart Form</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-for-smart-form/m-p/1088624#M1534</link>
      <description>&lt;P&gt;Thank you both for your help. Have made notes of this for next time.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 20:11:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-for-smart-form/m-p/1088624#M1534</guid>
      <dc:creator>littlebluepenguinnz</dc:creator>
      <dc:date>2021-08-12T20:11:33Z</dc:date>
    </item>
  </channel>
</rss>

