Hi. I have a small issue in Experience Builder on my 11.5 portal.
I have a list widget that is based on a table. I also have another list based on a another table that is related to the first one. I’ve configured an action so that selecting a record in the first list filters the second list, so I only see the related features.
In my related features, I also have images that are displayed in the list through an image widget. My image widget is set to use Attachment and Selected features. It works like a button that opens a popup window with a larger image widget showing the same settings as the other image widget.
But the issue is that even though I click the image on feature number 2 or 3 in the list, the image widget in my popup window always displays the image from the top/first record. Do you have an idea how I can solve this?
Regards Rasmus
I should add that i also have an action that selects related records, and I believe that this is the issue. I have allready selected a number of selected features and thus the image widget just shows the first entry. It is propably not possible to futher select among the allready selected features.
I think that may be the reason. It should show the image for the selected feature, but if you have multiple selected features it will display the image from the first feature within the array (probably in order of ObjectID).