Hello,
I have a gallery and controls are groups. Now I want to disabled the save icon of the gallery when the status of the collection is submitted. I'm doing something like below.
If(LookUp(collection,Collection_Column1=Gallery.Selected.Column1,Collection_Column2) = "Submited",Disabled)
Issues is It's disabling all the save icon in the gallery. I just want to disable the where the Collection_Column2 = Submited. Can someone help please? Thanks.