Hi @Anonymous ,
Do you want to update the drop down's Items according to the user's entered data?
I've made a similar test for your reference:
1)save a collection with the original data:
ClearCollect(aaa,{data:"A"},{data:"B"},{data:"C"})
2)Set the drop down's Items: aaa Value: data
3)insert a textinput control
4)inset a button, set the button's OnSelect:
Collect(aaa,{data:TextInput1.Text})
Then, if the user enter some data in the textinput, click the button. The drop down's data will be updated.

Best regards,
Community Support Team _ Phoebe Liu