Nishant Rana's Weblog – Everything related to Microsoft .NET Technology

Nishant Rana's Weblog – Everything related to Microsoft .NET Technology

https://nishantrana.me

Everything related to Microsoft .NET Technology

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

Published

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. DefaultSelectedItems = Filter(Choices(Products[@’Asset Status’]), … Continue reading "How to – Set Default value for the combo box in Canvas Apps (Dataverse)"

Continue to website...

More from Nishant Rana's Weblog – Everything related to Microsoft .NET Technology