Hello,
I am building an Asset Management tool.
I have an Upload Image control thats working and patching and displaying correctly (ViewAssets.Selected.Image - working).
I want to be able to change the image, I was trying: (Checking the gallery, but allowing me to swap image out if needed)
Hi @CraigRooney
The upload image control is a composite control and it's the image control that you need to reference (eg UploadedImage1) rather than the Media property of the button.
Also, the Coalesce function should logically perform the same function as your 2 nested If statements.
Coalesce(ViewAssets.Selected.Image,
UploadedImage1_1.Image,
SampleImage
)
WarrenBelz
191
Most Valuable Professional
MS.Ragavendar
104
stampcoin
80