When I select The Value In dropdown The value of Second dropdown should be initialize to blank

So I'm Having two Dropdowns, When I select The Value of First Dropdown the value of the second dropdown should be initialized to blank

0 1 71
1 REPLY 1

Try something like this in your second dropdown expression.

IF(ISBLANK([1st col]), **your normal dropdown expression for the second col**, LIST(""))

Top Labels in this Space