Select to view content in your preferred language

Filter Widget "Apply this filter automatically" not working since November Update

228
1
11-20-2024 01:41 AM
AllanahMurphy1
New Contributor

Hi,

Previously I had an app which was opened from an internal source and directed the user to experience builder app using a custom url which filtered the data. 

https://experience.arcgis.com/experience/<AppID>/?data_filter=dataSource_1-18ccabb7c44-layer-21%3A<attribute>%3D%27<attributevalue>%27

Prior to the update this applied the filter widget automatically and triggered the actions which zoomed to the feature passed through the url. Since the update the data source is filtered but the filter widget is not getting automatically applied. The user has to manually select and apply to trigger the actions. FYI the filter is not in widget controller. 

Please advise if there is a change I need to apply or if this is a bug.

Thanks!

Allanah

0 Kudos
1 Reply
Jianxia
Esri Regular Contributor

@AllanahMurphy1 , this change is by design. The filter URL parameter should not trigger the map to zoom or pan. You may use both selection and zoom_to_selection URL parameters.

0 Kudos