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.
@Tatiana21 - consider replacing the DefaultSelectedItems property with:
LookUp(
'Customer List',
'Customer ID' = Parent.Default
)
Hi, @Amik
Regarding your questions:
1. The data source is SharePoint.
2. The data type for 'Customer Name' is Single line of text.
3. In the items property I just have the list 'Customer List'.
Thank you.
@Tatiana21 - the answer depends on:
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional