
Selected is the currently selected item in the list - or the last item selected. SelectedItems – Initialised by DefaultSelectedItems and therafter a List of selected items resulting from user interaction DefaultSelectedItems is a table of records - even if it contains one item, it's still a table, not a record. Just curious if your SP list just plain text values, or a choices column? Might impact the final formula, but for now let's assume not. If you would like this feature to be added in PowerApps, please submit an idea to PowerApps Ideas Forum: If you want to display the default selected value within the Combo box control in the Gallery control before interacting with the control, I afraid that there is no way to achieve your needs in PowerApps currently. So if you don't manually select a value from the Combo box control, the ComboBox1.Selectd formula would return empty.

In other words, the user does not interacts with the control.īut the Selectedproperty and the SelectedItems property of the Combo box control is used to list the selected items resulting from user interaction. The DefaultSelectedItems property of the Combo box control is used to initialize selected item(s) before the user interacts with the control. I have made a test and the issue is confirmed on my side. Hi you please share a screenshot of your app's configuration?ĭo you want to display the default selected value within the Combo box control in the Gallery control before interacting with the control?įurther, could you please show more details about the formula within the DefaultSelectedItems property of the Combo box control?
