Hi,
Today I encountered an issue regarding a ComboBox validation. This ComboBox is a required value, and I've tried to validate using IsBlank() y/o IsEmpty(), but I only get this to be true when I manually click on it and select and unselect an option. How can I approach this? Thank you.
Also, if needed, here's my DefaultSelectedItems code:
If(locNewMode, {Value: ""},{Value: LookUp('Customer List', 'Customer ID' = RecordsGallery1.Selected.'Customer ID', Customer Name)})
I'm using 'locNewMode' to change the DisplayMode's control property.