Hi,
I have an Experience Builder app that consumes a map with a feature layer representing an indoor mapping system, where different features exist on different floors.
I'm using a Filter widget to allow users to filter floors based on a field called "floor" (e.g., floor = 1, floor = 2). The Filter widget is configured for unique selection, meaning users can select only one floor at a time.
I would like to use URL parameters to share a specific feature and I would like to pre-set the Filter widget via the URL.
https://doc.arcgis.com/en/experience-builder/latest/build-apps/url-parameters.htm
I’ve tried using a URL format like this:
https://experience.arcgis.com/experience/[MyAppId]#[MyWidgetId]=filterItems:{encoded JSON filterItems}
Where:
- MyAppId is the ID of my Experience Builder app.
- MyWidgetId is the ID of my filter widget (e.g., widget_66).
However, I haven’t been able to get it to work. How can I achieve this?
I would also like to know if this is even possible.
Thanks in advance!