Hi,
I'm sorry I'm completely confused now.
The DSI or Default selected items in your combobox control is:
LookUp(YourDataSource,YourColumn = TextInput1.Text)
You're saying that the items property on the combobox control is the same as above? I've tried both and neither work. Is your value1 column a text column or other type on sharepoint? Apologies ahead of time, trying to troubleshoot.
My Items is set to the following right now, which works to display the choices, but does not default to anything when something is typed in the textinput control. For what its worth my "YourColumn" is text.
RenameColumns(
Distinct(
dbName,
someId
),
"Result",
"someId"
)