
Announcements
Hello
I have a gallery and inside there is a toggle which checks if the image in the data source is different than the one trying to upload if yes then trigger the toggle ON so that I can update with new image using patch?
I have following code in the default of the toggle
ThisItem.TaskImage.Full <> ImgTaskImage.ImageIs working with Single line of text and others but image it triggers ON all even though no changes made
I have used if condition and it worked
If(ThisItem.TaskImage.Full <> ImgTaskImage.Image,true,false)