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