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 / when user log in to po...
Power Apps
Answered

when user log in to power apps it should automatically verify email and should navigate to particular screen

(0) ShareShare
ReportReport
Posted on by 95

HI,

I have list with role and email id mentioned below

role         email id

trainer     123@support.com

LP            234@support.com

Admin      345@support.com

 

and I have different screen for each role i.e Trainer screen, LP screen, Admin screen

 

In this when I log in with user ID of 123@support it should automatically check in SharePoint and see that I am trainer and it should direct to Trainer screen in power apps. Is that possible?

 

Thanks in advance

 

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

    App.OnStart Property:

    Set(varRole,Lookup(SpListname,Lower(User().Email)=Lower(Email)));

    If(varRole="Trainer",Navigate(Screen1),If(varRole="LP",Navigate(Screen2),Navigate(Screen3)))

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard