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)
Solved! Go to Solution.
You can do away with the if as:
user().Email="rabbani@app.com" Or user().Email="syed@app.com"
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
You can do away with the if as:
user().Email="rabbani@app.com" Or user().Email="syed@app.com"
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
i hope i can add many Or in the formula thanks it works👍
Yes you can add more.
You can Also create a collection of user emails in one column.
Then use the formula:
If(user(). Email in CollectionName.Column,true,false)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
User | Count |
---|---|
197 | |
122 | |
89 | |
48 | |
41 |
User | Count |
---|---|
286 | |
162 | |
138 | |
80 | |
73 |