Hi, I have this label, "Leave Balance: " and the Leave Type is a dropdown and its name is DataCardValue1. I want that if DataCardValue1 is selected from the dropdown, only then the label will be visible. If the user doesn't choose anything from the dropdown, it won't be visible.

I tried this but it doesn't work
//Label3.OnVisible
If(DataCardValue1.Selected.Value,true)
Can someone please help me?
Thank you.