Hi, this is my setup at the moment :
There is a Camera Control which when it's clicked sends a picture into a variable,
then an Image Control shows the image contained inside this variable
and there is a button that sends the image into a SharePoint Document Library with a Flow.
I would like to set the button.DisplayMode property to something like this :
If(IsEmpty(imageCapturedImage); Disabled; Edit)
But it doesn't work, my goal is to disable the button if no pictures have been selected yet.
Thanks in advance for any suggestion, ProNewbie