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.
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")
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional