<?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 not working on Explorer mobile app pop-up in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-not-working-on-explorer-mobile/m-p/534187#M27117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;I have a web mapping application that uses and Arcade expression for pop-ups. The expression basically looks like this:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;if ( &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;($feature.Problem == 'CP-CHILD PROTECTION') || &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt; ($feature.Problem == 'RUN-RUNAWAY') || &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt; ($feature.Problem == 'TRBKID - JUVENILE OFFENSE') || &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt; ($feature.Problem == 'TRTOP-TRT CALLOUT') || &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;return "Sensitive"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;else {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;return $feature.Problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;The expression works property when I view the web map via a web browser on my desktop, but it doesn't work on a mobile device when using the Explorer app or the 'classic' Collector app. Is this just and expected limitation of those apps?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Dec 2019 16:17:43 GMT</pubDate>
    <dc:creator>Matt-Goodman</dc:creator>
    <dc:date>2019-12-05T16:17:43Z</dc:date>
    <item>
      <title>Arcade expression not working on Explorer mobile app pop-up</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-not-working-on-explorer-mobile/m-p/534187#M27117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;I have a web mapping application that uses and Arcade expression for pop-ups. The expression basically looks like this:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;if ( &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;($feature.Problem == 'CP-CHILD PROTECTION') || &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt; ($feature.Problem == 'RUN-RUNAWAY') || &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt; ($feature.Problem == 'TRBKID - JUVENILE OFFENSE') || &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt; ($feature.Problem == 'TRTOP-TRT CALLOUT') || &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;return "Sensitive"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;else {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;return $feature.Problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;The expression works property when I view the web map via a web browser on my desktop, but it doesn't work on a mobile device when using the Explorer app or the 'classic' Collector app. Is this just and expected limitation of those apps?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2019 16:17:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-not-working-on-explorer-mobile/m-p/534187#M27117</guid>
      <dc:creator>Matt-Goodman</dc:creator>
      <dc:date>2019-12-05T16:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade expression not working on Explorer mobile app pop-up</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-not-working-on-explorer-mobile/m-p/534188#M27118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/353442"&gt;Matt Goodman&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;classic Collector does not have support for Arcade as for as I know and neither does Explorer (in iOS nor in Android), so&amp;nbsp;it would be better to use the new Collector (Aurora).&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2019 16:58:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-not-working-on-explorer-mobile/m-p/534188#M27118</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-12-05T16:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade expression not working on Explorer mobile app pop-up</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-not-working-on-explorer-mobile/m-p/534189#M27119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The next release of Explorer on Android and IOS will support arcade expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Esri apps&amp;nbsp; Navigator, Explorer for ArcGIS (Windows) and Collector (newest) support arcade expressions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2019 19:28:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-not-working-on-explorer-mobile/m-p/534189#M27119</guid>
      <dc:creator>MarkBockenhauer</dc:creator>
      <dc:date>2019-12-05T19:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade expression not working on Explorer mobile app pop-up</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-not-working-on-explorer-mobile/m-p/534190#M27120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any information on when this release is likely to be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2020 15:16:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-not-working-on-explorer-mobile/m-p/534190#M27120</guid>
      <dc:creator>DataOfficer</dc:creator>
      <dc:date>2020-02-03T15:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade expression not working on Explorer mobile app pop-up</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-not-working-on-explorer-mobile/m-p/534191#M27121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3790"&gt;Mark Bockenhauer&lt;/A&gt;‌ was this update released? I have some arcade expressions that are pulling data from other layers. Would this be supported? Those expressions don't seem to be populating.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2020 02:35:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-not-working-on-explorer-mobile/m-p/534191#M27121</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-08-25T02:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade expression not working on Explorer mobile app pop-up</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-not-working-on-explorer-mobile/m-p/534192#M27122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/380584"&gt;Cameron McArtney&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to get into specifics, IOS, Android, Windows... and the specific expression...&amp;nbsp;&amp;nbsp; but also to really get on top of this we should look at what happens with your map in Field Maps, which is currently in &lt;A href="https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/arcgis-field-maps-beta-update/"&gt;beta&lt;/A&gt;.&amp;nbsp;&amp;nbsp; All Explorer and Collector workflows are going into this app.&amp;nbsp;&amp;nbsp; This is where we will work to address any issues that you have with Explorer or Collector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2020 13:05:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-not-working-on-explorer-mobile/m-p/534192#M27122</guid>
      <dc:creator>MarkBockenhauer</dc:creator>
      <dc:date>2020-08-25T13:05:28Z</dc:date>
    </item>
  </channel>
</rss>

