Hello,
In my scenario I have several comboboxes that should be checked on save if they contain an entry or are they empty. If they are empty an error message should be thrown. But the problem is now, only when I have selected an item and then removed it again the checks work. If nothing is selected before, the check does not work. In addition I have set for DefaultselectedItems = Blank()
What I have tried:
If(isEmpty(combobox.selecteditems) or If(isEmpty(combobox.selecteditems.Value)
If(isBlank(combobox.Searchtext)
combobox.selecteditems = Blank() or combobox.selecteditems.Value = Blank()
CountRows(combobox.Selecteditems.value) = 0