I want to disable (make unclickable or unselectable) an image based on a condition in Power Apps, you can use the Display Mode property. Setting the DisplayMode to "View" will make the image unselectable.
I have used this:If(User().Email = "specificuser@example.com", DisplayMode.Edit, DisplayMode.View)
but still its shows "view" for specficusers.it should show editmode
anyone can help me out it

Report
All responses (
Answers (