web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Accessing Power apps f...
Power Apps
Answered

Accessing Power apps forms as an admin

(0) ShareShare
ReportReport
Posted on by 675

Hi,

In the pic below,I have created a workspace for a tool in power apps forms,where a user can see the issues assigned to them only.I want to have an admin access to the workspace where he/she can see and access issues assigned to other people also.

freshyshreya_0-1631688523600.png

Please help!

 

 

Categories:
I have the same question (0)
  • Verified answer
    zmansuri Profile Picture
    6,048 Super User 2024 Season 1 on at

    Let's suppose you maintain a list with admin email ids. write this on

    App. OnStart:

    Set(varUser,User())

    Set(IsAdmin,LookUp,AdminList,Email = varUser.Email).Email)

    This will store email id of the admin in the variable IsAdmin if current logged in user is admin.

     

    In the gallery item code write this

    Filter(ListName , varUser.Email = IsAdmin || 'Email Id' = varUSer.Email , and then your combobox conditons as shown in pic.)

     

    What this do is if user is not in the admin list it will only show his/her assignments. If he is admin it will display all the assignments.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 638

#2
Haque Profile Picture

Haque 317

#3
WarrenBelz Profile Picture

WarrenBelz 315 Most Valuable Professional

Last 30 days Overall leaderboard