Hi,
I need to restrict a field in Powerapps so that the logged in user can't enter his own name as "Approver" from the Office365 user list.
This is from a sharepoint list
Does anyone know how to do this?
Thanks
Trond
Solved! Go to Solution.
Thanks you @yashag2255 ,
This solved the issue 🙂 However, there are more then 999 Office365 users so I had to tweek the solution by adding a searchbox to it:
Filter(Office365Users.SearchUser({searchTerm: TextInput1.Text}), Mail <> User().Email)
Thanks for your patience 🙂 I should have thought about the connection with Office365 users 🙂
Regards,
Trond
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 |
---|---|
185 | |
55 | |
43 | |
35 | |
33 |
User | Count |
---|---|
263 | |
78 | |
75 | |
72 | |
67 |