We are currently using Experience Builder with an ArcGIS Enterprise environment at 10.9.1
I have developed an Experience to present information on assets and asset inspections. The assets are a feature class and the inspections are in a related table. Data collection in the field is done using Survey123.
I have 2 pages within the Experience... an Overview page and an Inspections page.
On my Overview page I have a List widget with my assets and a Map showing the assets. When an asset is selected, the Map zooms to the asset and the user can select a Button to go to the Inspections page, which lists all the inspections for the selected asset..
On the Inspections page I have a List widget with summary information .. a list of inspections for that asset. When the user selects an inspection from the List, then 2 large text boxes on the same page display the details of the inspection.
My problem is that when the user first gets directed to the Inspections page, the text boxes show the field names within my related table.. until the user selects one of the inspections from the list. Ideally I'd like the 1st inspection within the List widget on my Inspections page to already be selected, so that the user sees real data, instead of field names.
Is there a way to make this happen? (I think if I were to use the 'Feature Info' widget instead of a formatted Text box, then the info might be populated,but the 'Feature Info' widget doesn't give me the presentational options).