I have a list widget with dynamic images and text shown using a connected dataset containing the image URLs and text.
What I want to do now is link the images to a view within the Experience Builder app, so that clicking each image opens up a different View.
If I go to the first image>Set Link I can choose to link to a View, but this applies the same View to all 5 other images in the list widget. But I want it to be dynamic and each link to a different View.
I thought I'd found a way around it by adding another field into my dataset for "View URL" and using that as the Attribute in Set Link (as described here: https://community.esri.com/t5/arcgis-experience-builder-questions/individual-links-to-different-url-in-lists/td-p/1562066), but this refreshes the whole app, which I don't want to happen - I want it to just switch views within the app as it would do if I could use Link to View dynamically.
Is there any way around this?