
Announcements
Hi,
May I ask what I should do to make my previous selected items on my Combobox will also appear once will edit the saved entry?
Thank You!
Hi @shine_d ,
Do you mean like this?
If so, just create a collection to store your last time choices when submit your input, and put a label underneath your combo box to display its value:
ClearCollect(previous,ComboBox1.SelectedItems)Concat(previous,Value,",")
Community Support Team _ Wenjuan Zou
If this post helps, then please consider Accept it as the solution to help the other members find it.