I have one button and one combox, the button is greyed out by default, and when user selects something from the dropdown list, the button should be available, however the below function didn't work as expected, please advise. Thanks
If(IsBlank(RecordingAccess.SelectedItems.DisplayName),Button1.DisplayMode.Disabled,Button1.DisplayMode.Edit)