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
146,658
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional