I have a column called Excluded. I would like to show an icon, be it a rectangle or another, based on this value.
If the Excluded column value of that gallery item is true, show the icon, if not, don't show
I put this code in the icon's visible property but it didn't work
If(emergencyGallery.Selected.EXCLUDED=true;true;false)
Any idea how I can show this icon based on the Excluded column?