Hi,
I have a requirement to show button only to couple of users. I do have MicrosoftUsers added as a data source, would like to know how I can set visible property so only certain users see it, Any help is much appreciated.
Thanks in advance.
P.S: I tried to use User().FullName for visible property but its not resolving, not sure if there is an issue with the 365 data source.
Solved! Go to Solution.
@Anonymous
If you are hard coding this into your formula, then you can consider the following formula on your Visible property:
User().Email in "user1@domain.com|user2@domain.com|user3@domain.com"
This will set the Visible property to true if the current user is in the list of email addresses.
I hope this is helpful for you.
@Anonymous
If you are hard coding this into your formula, then you can consider the following formula on your Visible property:
User().Email in "user1@domain.com|user2@domain.com|user3@domain.com"
This will set the Visible property to true if the current user is in the list of email addresses.
I hope this is helpful for you.
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 |
---|---|
182 | |
52 | |
41 | |
36 | |
29 |
User | Count |
---|---|
242 | |
82 | |
71 | |
69 | |
66 |