So i have this survey 123 submission data in which a user can submit multiple photos for a single submission. These photos get stored in a related table `attach_photo` (S123 does this by default).
so then to the submission data hosted point feature layer map and selected Related records as shown below to show the pictures from the attach_photo related table

Popup view


However, the details widget in Dashboards doesn't have the option to select Related records from the above layer's popup

so as as work around i have to add another Detail widget for just the attach_photo relate table to show the pictures. Another problem with that is you can't interactively connect the Details widgets together in Dashboard such that if i press next to show the next record one of them the attach_photo Details will also automatically go that record.

so it would be really helpful if you could select the Related records option as well. it was also be nice to be able to show multiple photos in a single data point.