Hello,
I'm trying to make a button visible if the user email meets the criteria.
I have the current formula for visible property: if(user().email="xyz@abc.com"||"pqr@abc.com",true,false)
but somehow it's not working.
Omi
Solved! Go to Solution.
@omi18
No IF statement is needed. Make sure to use capital letters in User().Email. Like this:
User().Email in ["xyz@abc.com","pqr@abc.com"]
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
@omi18
No IF statement is needed. Make sure to use capital letters in User().Email. Like this:
User().Email in ["xyz@abc.com","pqr@abc.com"]
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
199 | |
52 | |
41 | |
39 | |
35 |
User | Count |
---|---|
263 | |
86 | |
71 | |
69 | |
66 |