Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Dropdown List PowerApps to show other fields depending on selection

(0) ShareShare
ReportReport
Posted on by 23

Hello community,

 

I am fairly new to PowerApps and looking for some help, please 🙂

 

I am currently building an app and would like it to do the following:

 

I have created a form in PowerApps (with a SharePoint list behind it). The form has a drop down list showing different countries and the user will need to select the country relevant to them. There are other fields (datacards) I would like to appear when certain countries are selected. (For example, if X country is selected, this will make 3 additional fields appear that the user will need to fill in.) I hope this is enough information to go from. How do I make this happen? 

 

Thank you,

Katie. 

 

 

  • DownForce Profile Picture
    152 on at
    Re: Dropdown List PowerApps to show other fields depending on selection

    Set the visible property of the datacards you want to show/hide on the condition of the selection in the dropdown

     

    Datacard Visible Property
    dropdown1.Selected.Value = "X"

     

    Or, for when there is different possible selections

    Datacard Visible Property
    
    Or(dropdown1.Selected.Value = "X", dropdown1.Selected.Value = "Y", dropdown1.Selected.Value = "Z")

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz โ€“ Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Communityโ€ฆ

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard