Select to view content in your preferred language

Feature Info widget displaying related records

453
2
Jump to solution
02-20-2026 02:02 PM
TylerGraham2
Frequent Contributor

I'm looking to recreate the layout of a dashboard in Experience Builder and I can't for the life of me figure out how to get the feature info widget to display related records from a child table as the default.  I want the related records to show when a feature is selected alongside the parent feature's record for ease of review.  It was very easy in dashboard, but I can't get it to work in EB.  Does anyone know if this is possible?

I can get the main record to return in the feature info widget and show the relates on that widget, but it isn't ideal for user interface for reviewing the documents.  

0 Kudos
1 Solution

Accepted Solutions
Wei_Wang
Esri Contributor

Hi, @TylerGraham2 

Could you please confirm whether your parent data is related to the child table using a common field?

If so, you can try connecting the child data in the Feature Info widget using Select data(in Content->Source).Then, in the widget that triggers the selection (for example, the Map widget), use an action → message action. When Record selection changes, set the child table as the target.

Could you try this and see if it resolves the issue?

View solution in original post

2 Replies
Wei_Wang
Esri Contributor

Hi, @TylerGraham2 

Could you please confirm whether your parent data is related to the child table using a common field?

If so, you can try connecting the child data in the Feature Info widget using Select data(in Content->Source).Then, in the widget that triggers the selection (for example, the Map widget), use an action → message action. When Record selection changes, set the child table as the target.

Could you try this and see if it resolves the issue?

TylerGraham2
Frequent Contributor

Yes, the data is in a 1:M relationship via globalids.  I tried what you suggested and set it to filter record changes and it worked.  I swear I did that before, but I guess I lacked the magic touch.  Thanks! 

0 Kudos