Hi all,
Working with ArcGIS Experience Builder (Enterprise 11.2) and the Utility Network.
Setup:
I'm using the Trace Widget to run network traces from valves, which correctly returns all Service Meters on the map.
I also have a standalone table of Clients, each linked to a Service Meter via a shared field (e.g., MeterID).
A message action is configured: when a Service Meter is selected, the Clients table is filtered to show only the related clients.
Behavior That Works:
If I manually select a Service Meter (on the map or in a table), the action triggers as expected, and the Clients table is filtered correctly.
Problem:
When Service Meters are selected as part of a Trace result, the trigger does not fire, and the Clients table is not filtered.
It appears that the Trace Widget selects features visually, but does not emit a standard selection event that triggers the “Record Selection Changes” action.
Question:
Is this a known limitation of the Trace Widget in Experience Builder?
Is there a supported way to use the trace result selection as a trigger for filtering another widget?
Thanks in advance!