How to – Set Default value for the combo box in Canvas Apps (Dataverse)

Sending
User Review
0 (0 votes)

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 value for the combo box in Canvas Apps (Dataverse)”