<?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: Pop-up configuration does not translate from Pro to Online in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/pop-up-configuration-does-not-translate-from-pro/m-p/550971#M27848</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/411818"&gt;Anna Stamatogiannakis&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently there is no support in ArcGIS Online, for&amp;nbsp;interpreting HTML returned from a Arcade expression. It is something that is on the road map, but I am not sure when this will become available in the new map viewer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Aug 2020 21:01:18 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2020-08-03T21:01:18Z</dc:date>
    <item>
      <title>Pop-up configuration does not translate from Pro to Online</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/pop-up-configuration-does-not-translate-from-pro/m-p/550970#M27847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a point feature class of agenda items and a table of agenda item attachments. When clicking on an agenda item on the map, I want to see the related Attachment URL(s) (in the table). The below Arcade expression works perfectly in ArcGIS Pro:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;var attachmentURLs = "&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Attachments&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;";&lt;BR /&gt;var table = FeatureSetByName($datastore, "Agenda_Item_Attachments");&lt;BR /&gt;var sql = "AgendaItemID = '" + $feature.AgendaItemID + "'";&lt;BR /&gt;var tableFiltered = Filter(table, sql);&lt;BR /&gt;if (Count(tableFiltered) &amp;gt; 0) {&lt;BR /&gt; var row = 1;&lt;BR /&gt; for (var a in tableFiltered) {&lt;BR /&gt; attachmentURLs += '&amp;lt;b&amp;gt;' + row + '. &amp;lt;/b&amp;gt;&amp;lt;a href="' + a.AttachmentURL + '" target="_blank"&amp;gt;';&lt;BR /&gt; attachmentURLs += a.AttachmentTitle + '&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;';&lt;BR /&gt; row += 1;&lt;BR /&gt; }&lt;BR /&gt; return attachmentURLs&lt;BR /&gt;}&lt;BR /&gt;return 'No attachments'&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This part of the pop-up looks like this:&amp;nbsp;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/502208_Capture.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I publish to ArcGIS Online, the pop-up configuration does not translate at all. When trying to add the Arcade expression, I instead get unformatted text with no numbering and no hyperlinked URLs. Is this type of pop-up possible in ArcGIS Online?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2020 16:24:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/pop-up-configuration-does-not-translate-from-pro/m-p/550970#M27847</guid>
      <dc:creator>AnnaStam</dc:creator>
      <dc:date>2020-08-03T16:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-up configuration does not translate from Pro to Online</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/pop-up-configuration-does-not-translate-from-pro/m-p/550971#M27848</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/411818"&gt;Anna Stamatogiannakis&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently there is no support in ArcGIS Online, for&amp;nbsp;interpreting HTML returned from a Arcade expression. It is something that is on the road map, but I am not sure when this will become available in the new map viewer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2020 21:01:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/pop-up-configuration-does-not-translate-from-pro/m-p/550971#M27848</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2020-08-03T21:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-up configuration does not translate from Pro to Online</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/pop-up-configuration-does-not-translate-from-pro/m-p/550972#M27849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gotcha. Thanks for the response &lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker&lt;/A&gt;‌!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2020 21:17:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/pop-up-configuration-does-not-translate-from-pro/m-p/550972#M27849</guid>
      <dc:creator>AnnaStam</dc:creator>
      <dc:date>2020-08-03T21:17:25Z</dc:date>
    </item>
  </channel>
</rss>

