No matter what I choose, there is always a value in the combo box, and it doesn't seem to be allowed to be empty. How do I set it up, modern control
Hi @Zoe2 ,
You can create a collection to save all choices firstly and use Collect to add a blank choice to the collection.
Please try this.
1/OnVisible of Screen.
ClearCollect(COL,Choices('Segment (HCP Segmentation)'));
Collect(COL,{Value:""})
2/Items of combo box.
COL
Best regards,
Rimmon
Thank you!This is a choice field, and it seems like the method you provided is not quite suitable
Any Other solution?
Hi @Zoe2 ,
You can add a blank item to Items of combo box.
For example.
If you have create a collection for the Items of combo box, you can use Collect to add a blank item.
Collect(COL,"")
Best regards,
Rimmon
WarrenBelz
146,731
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,075
Most Valuable Professional