I am using Experience Builder in Enterprise 11.3. I have a parcel layer and an address layer (sometimes there are several addresses associated with a parcel) that share a Unique ID.
My desired workflow is:
Select a parcel on the map;
List widget populates with all related addresses;
Click an address on the list;
Feature info widget shows results for that record.
I have configured the map widget framework for record selection changes between the two layers, using the unique ID as the trigger/action connection. When I select a parcel, the list populates with all related results (exactly as I would like), but I can't figure out how to connect the list item being clicked to the feature info widget being filtered to show only that record. Currently, if I click a record in the list, I get a 'no data' result in the list and the feature info widget shows all records from the llist.
Is this workflow possible?