My app has a detail icon on the Header and i wanted to hide for all users and visible for specific users
i try this working
if(user().Email="rabbani@app.com",true,false)
but i add with AND /OR it does not work
if(user().Email="rabbani@app.com",And "syed@app.com",true,false)