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 / How do I auto-populate...
Power Apps
Answered

How do I auto-populate a dropdown field based on the selected value in the other dropdown field.

(0) ShareShare
ReportReport
Posted on by 492

I created two dropdown fields in PowerApps and connected them to choices in my SharePoint List.

Now I want Dropdown2 to display a specific word based on the choice selected in dropdown1.

For Example: If(Dropdown1.selected.value="Cloud", dropdown2= "IT") AND if(dropdown1.selected.value="Storage", dropdown2="UNIX")

The aim is to auto-assign requests to various departments based on the choice selected in dropdown1.

Thank you for your continuous support.

Kind regards

Categories:
I have the same question (0)
  • Verified answer
    Ethan_009 Profile Picture
    4,838 Moderator on at

    Hi @NC12 ,

     

    You can set dropdown-2 values in its Default property (DefaultSelectedItems property if combobox control)

    //In Default property of Dropdown-2
    
    If(
     Dropdown1.Selected.Value = "Cloud", {Value: "IT"},
     If(Dropdown1.Selected.Value = "Storage", {Value: "UNIX"},
     Parent.Default
     )
    )

     

    The syntax might change depending on your items property

    But this will be structure that you will be following in 2nd dropdown control.

     

    Hope this helps

  • NN-21081740-0 Profile Picture
    492 on at

    It worked! Oh my wooord!!!

     

    For anyone who might need to use this syntax, you need to add it to both default and defaultselectedItem properties.

     

    God Bless ya!!!!!

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard