I’m trying hide fields unless certain selections are made from dropdowns in my Power Apps? For example, for my document type, if I select Mini-Pack from the drop down, I want the next drop down that is filled out to be what Mini-Pack section is being sent for review.
Solved! Go to Solution.
Hi @purplepc07,
Have you solved your problem?
I have found that you have a completely same thread here, and @SqtaMorda has provided a solution, you should refer to the real control name in your scenario.
I will mark here and navigate users who may have the same issue to the solution page.
Thanks for your cooperation.
Let's say you only want to show Dropdown2 when MiniPack is selected in Dropdown1.
Set the Visible property of Dropdown2 as:
Dropdown1.Selected.Value = "MiniPack"
Hi @purplepc07,
Have you solved your problem?
I have found that you have a completely same thread here, and @SqtaMorda has provided a solution, you should refer to the real control name in your scenario.
I will mark here and navigate users who may have the same issue to the solution page.
Thanks for your cooperation.