I would like to preselect drop down menu from DataCardValue12 to select "A" when the DataCardValue11 is equal to "Closing," otherwise leave it blank for the user to select.
this is what I have so far.
OnSelect:
If(DataCardValue11.Selected.Value="Closing", "A",blank())
any help would be greatly appreciated.