While using powerapps, I used this function 'If(Dropdown1.Selected.Value = "", DisplayMode.Disabled, DisplayMode.Edit)' in order to disable the dropdown display if the selected value of 'Dropdown1' (a different dropdown) was blank, meaning that nothing was selected. However, this function does not work, and I can not understand why.