Hi I have two comboboxes, we'll call them Combo1 and Combo2. Combo1 has values of A, B, C, Combo2 has values however they are irrelevant. When value B is selected from Combo1, Combo2 is visible. When value B is unselected from Combo1, Combo2 is hidden. What I also need is Combo2 to be reset. I've tired to use Reset() in Combo1 in an if statement, however power apps says I can't do that action.
Anyone have an ideal of how I can reset Combo2 when a certain selection in Combo1 is unselected?