Hi All, I'm trying to hide DropDown3 based on two variables. If Dropdown1 value is "Screw" and if Dropdown 2 value startswith "M".
Thanks in Advance
Solved! Go to Solution.
For what your descriptions shows, you should be simply basing this off of Dropdown1 and Dropdown2. There is no need for any variables.
Ex. This formula on the Visible property of Dropdown3 will hide it if the conditions are met:
!(Dropdown1.Selected.Value = "Screw" && StartsWith(Dropdown2.Selected.Value, "M"))
I hope this is helpful for you.
For what your descriptions shows, you should be simply basing this off of Dropdown1 and Dropdown2. There is no need for any variables.
Ex. This formula on the Visible property of Dropdown3 will hide it if the conditions are met:
!(Dropdown1.Selected.Value = "Screw" && StartsWith(Dropdown2.Selected.Value, "M"))
I hope this is helpful for you.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
180 | |
45 | |
45 | |
34 | |
34 |
User | Count |
---|---|
255 | |
82 | |
78 | |
67 | |
65 |