Hi @common_user ,
Firstly, you can do that with one collection
With(
{
wLow:
Sort(
SPList,
ID
),
wHigh:
Sort(
SPList,
ID,
Descending
)
},
ClearCollect(
colMyList,
wLow,
Filter(
wHigh,
!(ID in wLow.ID)
)
)
)
but that is not your question - the Default of the Text Box would be
ComboBoxName.Selected.Value
Note Value may be different depending on the Items of the Combo Box
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps