Hi everyone,
I was wondering if anyone had any information about possible impacts to the functionality of FeatureSetByPortalItem and 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.
I have a pop-up which relies on 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 FeatureSetByMap to count the number of filtered items -connects to the table in the map and counts the number of filtered rows.
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.
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.
Is this to be expected given the new updates?
Thanks for any insight people can give