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 / Auto-direct user to sp...
Power Apps
Answered

Auto-direct user to specific screen upon app start based on role

(0) ShareShare
ReportReport
Posted on by 526

I have a SQL table that has a list of users and their roles. Is it possible upon start to lookup the user's role and auto-direct them to a specific screen? Instead of the user having to click a button on a generic home screen, I'd like for them to automatically be taken to the appropriate screen.

 

Thanks

Categories:
I have the same question (0)
  • Verified answer
    mdevaney Profile Picture
    29,991 Moderator on at

    @kriggo15 

    For example, let's say you have a table like this is SQL called 'UserRoles'

     

    UserEmail Role
    jsmith@yourcompany.com admin
    twest@yourcompany.com   manager
    plane@yourcompany.com user

     

    Connect your app to the UserRoles datasource.

     

    Then put this code in the OnStart property of your app. When the app starts it will redirect to the proper screen.

    Switch(
     LookUp(UserRoles, UserEmail=User().Email, Role),
     "admin", Navigate(your_admin_screen),
     "manager", Navigate(your_manager_screen),
     "user", Navigate(your_user_screen)
    )


    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

  • kriggo15 Profile Picture
    526 on at

    Awesome, this will be very helpful going forward! Thanks

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 893

#2
Valantis Profile Picture

Valantis 571

#3
11manish Profile Picture

11manish 482

Last 30 days Overall leaderboard