Hi
I am Creating app that required button show only me . So i have tried Below code on visible property of button
If (User().Email="xxxxxxxxxxx@Compani.com",true, false)
But still not showing button .
please help me . Thank you
It's case-sensitive. So check your output of User().Email function and then hardcode your email id. or you can do this
Lower(User().Email) = "abc@company.com"
Also you don't need to write if block. Just the above code is enough. Because it will result in boolean value