Hi
There are lot of subject in this commununity talking about powerapps privileges but no one matches with my problem: I want to filter record depending of powerapps privileges. If the user is administrator, all records are displayed, otherwise only records created by or with the name in the records will be displayed.
My app is a timesheet of my employees, with their name, date and type of activity, with one field "editedby" and one "DateModified".
I have a timer screen displaying during 2 seconds the name of the application, and the name of the user.
I set onStart
Set(CurrentUser;User())
But how to recover powerapps privileges ? Do I need to build my own privileges table ?
Thanks for help