I’m using ArcGIS Experience Builder and trying to filter a points layer using a related table.
I have a filter widget where the user selects the route number, then route operator, which filters the route table.
I’ve configured a Filter Data Records Action in the Map widget where:
- Trigger data: Route table
- Action data: Bus stop points layer
- Condition: StopCode = ATCOCode
The route table is filtering correctly, but the points on the map are not being filtered to the matching records
Is this possible in Experience Builder?