Hello,
On my app I have three different screens. I have a 'browse' screen that shows all of the assets I have on my Microsoft List. This is set to the layout 'Image, title, subtitle, and body'. On the other screen is an 'Edit' screen that allows you to change the properties of an asset. I want the image on the BrowseScreen1 to change depending on the dropdown of the AssetType on EditScreen1.
Below is an example. I have two images stored in the media area. One is a laptop vector image and the other is a desktop vector image. I need the asset type on the left to change the image on the right to a laptop.
Dropdown on EditScreen1
Layout on BrowseScreen1
Thanks,
Sam