<?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: FeatureSetByPortalItem and FeatureSetByMap - latest updates impacts in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/featuresetbyportalitem-and-featuresetbymap-latest/m-p/1687362#M68000</link>
    <description>&lt;P&gt;Thanks for logging it!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Feb 2026 15:54:51 GMT</pubDate>
    <dc:creator>hbontrager_dgco</dc:creator>
    <dc:date>2026-02-27T15:54:51Z</dc:date>
    <item>
      <title>FeatureSetByPortalItem and FeatureSetByMap - latest updates impacts</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/featuresetbyportalitem-and-featuresetbymap-latest/m-p/1687015#M67971</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I was wondering if anyone had any information about possible impacts to the functionality of&amp;nbsp;FeatureSetByPortalItem and&amp;nbsp;FeatureSetByMap functions in Arcade from the Feb 2026 AGOL updates. I can't find anything in their 'what's new' page but could have missed something.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a pop-up which relies on&amp;nbsp;FeatureSetByPortalItem to count the number of unfiltered items - basically it connects to the item in portal and counts the number of rows in the item - and then&amp;nbsp;FeatureSetByMap to count the number of filtered items -connects to the table in the map and counts the number of filtered rows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;These filtered vs non-filtered counts are compared within arcade to determine what should be seen in the pop-up when filters are applied to the layer within experience builder. Basically, if the ratio of filtered items to non-filtered items surpasses a certain limit it shows a different type of pop-up.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, when I logged in this morning, I noticed that the number of features returned by FeatureSetByMap is no longer the number of filtered items when the pop-up is viewed in Experience Builder feature information widget. Both FeatureSetByMap and FeatureSetByPortalItem are now returning the number of items in an unfiltered layer.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is this to be expected given the new updates?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any insight people can give&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 18:09:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/featuresetbyportalitem-and-featuresetbymap-latest/m-p/1687015#M67971</guid>
      <dc:creator>hbontrager_dgco</dc:creator>
      <dc:date>2026-02-26T18:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureSetByPortalItem and FeatureSetByMap - latest updates impacts</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/featuresetbyportalitem-and-featuresetbymap-latest/m-p/1687049#M67975</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/721400"&gt;@hbontrager_dgco&lt;/a&gt;&amp;nbsp;can you share the arcade expression that you are using?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 18:36:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/featuresetbyportalitem-and-featuresetbymap-latest/m-p/1687049#M67975</guid>
      <dc:creator>StephanieW</dc:creator>
      <dc:date>2026-02-26T18:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureSetByPortalItem and FeatureSetByMap - latest updates impacts</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/featuresetbyportalitem-and-featuresetbymap-latest/m-p/1687099#M67983</link>
      <description>&lt;P&gt;I can’t share the main script I use for privacy reasons (I could probably message to it to you but don’t want to reply publicly and post it here).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I did create a simple script which replicates the problem that I can share below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One note – in the script below I’m pulling in data from our arcgis enterprise into a map in arcgis online and then importing that map into an experience builder in arcgis online. I’ve also tried it using layers in arcgis online directly, but our publicly available data is in our enterprise portal (so using that layer for troubleshooting here).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To replicate:&lt;/P&gt;&lt;P&gt;&lt;U&gt;In map viewer&lt;/U&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Got to AGOL&lt;/LI&gt;&lt;LI&gt;Create a map&lt;/LI&gt;&lt;LI&gt;Add tax parcel layer&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A href="https://gis.dgcoks.gov/server/rest/services/Tax_Parcel/FeatureServer/0" target="_blank" rel="noopener"&gt;https://gis.dgcoks.gov/server/rest/services/Tax_Parcel/FeatureServer/0&lt;/A&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Format pop-up &amp;gt; add arcade expression&lt;/LI&gt;&lt;LI&gt;Paste script below&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;////////////////////////////////////////////////////&lt;/P&gt;&lt;P&gt;// path to item in our portal&lt;/P&gt;&lt;P&gt;var portalPath = "&lt;A href="https://gis.dgcoks.gov/portal" target="_blank" rel="noopener"&gt;https://gis.dgcoks.gov/portal&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;var parcelAGOLID = "ae6cdfe2189c4b69985d38d952f97061"&lt;/P&gt;&lt;P&gt;var parcelAGOLsubID = 0&lt;/P&gt;&lt;P&gt;// name of item on our map&lt;/P&gt;&lt;P&gt;var taxParcelLayerNameInMap = "Tax Parcel"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;////////////////////////////////////////////////////&lt;/P&gt;&lt;P&gt;// pull in the layers into arcade&lt;/P&gt;&lt;P&gt;var unfilteredParcels = FeatureSetByPortalItem(Portal(portalPath), parcelAGOLID, parcelAGOLsubID,['*'], false)&lt;/P&gt;&lt;P&gt;var filteredParcels = FeatureSetByName($map, taxParcelLayerNameInMap, ['*'], false)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;////////////////////////////////////////////////////&lt;/P&gt;&lt;P&gt;// get counts of layer in portal and layer in map&lt;/P&gt;&lt;P&gt;var countUnfiltered = Count(unfilteredParcels)&lt;/P&gt;&lt;P&gt;var countFiltered = Count(filteredParcels)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;////////////////////////////////////////////////////&lt;/P&gt;&lt;P&gt;// format and return to user number of filtered and unfiltered parcels&lt;/P&gt;&lt;P&gt;var tableHTML = '&amp;lt;table&amp;gt;&amp;lt;tr colspan = 2&amp;gt;&amp;lt;i&amp;gt;&amp;lt;u&amp;gt;Filtered vs Unfiltered Counts&amp;lt;/u&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;Unfiltered Count: &amp;lt;/strong&amp;gt;'+countUnfiltered+'&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;Filtered Count: &amp;lt;/strong&amp;gt;'+countFiltered + '&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;return {&lt;/P&gt;&lt;P&gt;&amp;nbsp; type : 'text',&lt;/P&gt;&lt;P&gt;&amp;nbsp; text : tableHTML&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;In experience builder&lt;/U&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create experience builder in agol&lt;/LI&gt;&lt;LI&gt;Add filter widget&lt;UL&gt;&lt;LI&gt;Connect filter to map created in agol&lt;/LI&gt;&lt;LI&gt;Set filter to filter by JOINPIN (see attached image)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Add a feature info widget&lt;UL&gt;&lt;LI&gt;Connect to tax parcel layer in agol map&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Randomly select some parcels in the filter to filter layer&lt;/LI&gt;&lt;LI&gt;Previously, this would have updated the ‘filter count’ whereas the ‘unfiltered count’ would have remained the same (see attached image)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;U&gt;Other things I've tried&lt;/U&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding a map widget in experience builder and having the feature info interact directly with the map&lt;/LI&gt;&lt;LI&gt;Reading in AGOL layers instead of portal layers&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thank you for your time,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 20:03:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/featuresetbyportalitem-and-featuresetbymap-latest/m-p/1687099#M67983</guid>
      <dc:creator>hbontrager_dgco</dc:creator>
      <dc:date>2026-02-26T20:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureSetByPortalItem and FeatureSetByMap - latest updates impacts</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/featuresetbyportalitem-and-featuresetbymap-latest/m-p/1687360#M67998</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/721400"&gt;@hbontrager_dgco&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;I was able to reproduce and noticed there was no issue reflecting filters applied in Map Viewer, and that the pop-up in the Map Widget was also correct when the Feature Info widget was not. We are tracking this as&amp;nbsp;&lt;EM&gt;BUG-000183086:&amp;nbsp;Feature Info Widget in ArcGIS Experience Builder does not honor filters applied using the Experience Builder Filter Widget if the Web Map pop-up uses Arcade to return the map as a featureSetCollection.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 15:48:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/featuresetbyportalitem-and-featuresetbymap-latest/m-p/1687360#M67998</guid>
      <dc:creator>StephanieW</dc:creator>
      <dc:date>2026-02-27T15:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureSetByPortalItem and FeatureSetByMap - latest updates impacts</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/featuresetbyportalitem-and-featuresetbymap-latest/m-p/1687362#M68000</link>
      <description>&lt;P&gt;Thanks for logging it!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 15:54:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/featuresetbyportalitem-and-featuresetbymap-latest/m-p/1687362#M68000</guid>
      <dc:creator>hbontrager_dgco</dc:creator>
      <dc:date>2026-02-27T15:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureSetByPortalItem and FeatureSetByMap - latest updates impacts</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/featuresetbyportalitem-and-featuresetbymap-latest/m-p/1687385#M68004</link>
      <description>&lt;P&gt;I'm having this issue, too! I've copied/pasted a couple of Arcade expressions from an existing map layer's pop-up to a new map (I'm creating the next iteration of our Tool) and it works in the first version but not in the second. One uses the FeatureSetByPortalItem but the other doesn't; it's supposed to just concatenate fields:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;var address = IIf(IsEmpty($feature.siteadd1), '', Concatenate($feature.siteadd1 + 
(IIf(IsEmpty($feature.siteadd2), '', TextFormatting.NewLine + $feature.siteadd2)) +
TextFormatting.NewLine + $feature.sitecity + ", " + $feature.sitestate + " " + $feature.sitezip))
return address&lt;/LI-CODE&gt;&lt;P&gt;Any ideas when this might be fixed?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 17:32:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/featuresetbyportalitem-and-featuresetbymap-latest/m-p/1687385#M68004</guid>
      <dc:creator>AnninaRupe1</dc:creator>
      <dc:date>2026-02-27T17:32:22Z</dc:date>
    </item>
  </channel>
</rss>

