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 / Add Values to drop dow...
Power Apps
Answered

Add Values to drop down list based on current logged in user

(0) ShareShare
ReportReport
Posted on by 86

Hi, 

I currently have an app for time off request based off a sharepoint list. 

For the requestor field, I have it set that it automatically generates their name based on the email they log into the app from.

 

I have 2 employees that use the same email.  I would like the requestor field to contain a drop down box, with User A and User B names only but only when this specific email logs in.  Could anyone assist me with this?

 

Thank you

Categories:
I have the same question (0)
  • Verified answer
    Chris-D Profile Picture
    1,246 on at

    Hi @sgiorgio, I think the best way to go about this is to have the dropdown present for all users. 

     

    Put this code in the Items property:

    If( User().Email = "person@example.com",
     [ "person@example.com - Person 1", "person@example.com - Person 2"],
     [ User().FullName]
    )

     

    If the user has a specific email, it creates a list of 2 selections. Otherwise the only option available is the users full name. 

  • sgiorgio Profile Picture
    86 on at

    Thank you so much for the fast reply, it worked!

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 March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 541

#2
WarrenBelz Profile Picture

WarrenBelz 434 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 289

Last 30 days Overall leaderboard