web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : HlJC4VfctfHRYa7yVx08G6
Power Apps - Building Power Apps
Unanswered

Dropdown List PowerApps to show other fields depending on selection

Like (0) ShareShare
ReportReport
Posted on 2 May 2023 15:04:30 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 02 May 2023 at 16:21:20
    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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 2

Loading complete