Suppose we have the following Combo Box named Status bind to one of the choice fields of Dataverse. Items = Asset Status option set field of table Product. Now if we want Available to be the default selected value for it, we can use the DefaultSelectedItems property of the combo box. DefaultSelectedItems = Filter(Choices(Products[@’Asset Status’]), … Continue reading “How to – Set Default…
Continue Reading Nishant Rana’s Article on their blog
How to – Set Default value for the combo box in Canvas Apps (Dataverse)
Suppose we have the following Combo Box named Status bind to one of the choice fields of Dataverse. Items = Asset Status option set field of table Product. Now if we want Available to be the default selected value for it, we can use the DefaultSelectedItems property of the combo box.
Blog Syndicated with Nishant Rana’s Permission