Hello guys,
I have a dropdown which has Yes/No option If the user has chosen "No" then Reason data card will be visible
If(DataCardValue32.Selected.Value="No",true,false) on my data card Reason
but my button still validates that even if it is hidden already.