Hi @Anonymous ,
I assume you are using SubmitForm in the Edit and there is nothing in the Combo Box showing at the time?
If you are never updating from this control other than the Patch, try removing the Update properties of the DataCard it is contained in. If you are updating from the card (note YourPresentValue below refers to what is working there now) - try
If(
IsEmpty(YourComboBox.SelectedItems),
ThisItem.YourFieldName,
YourPresentValue
)
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.