Hi Folks -
I have a combo box called PFRPartnership.
I am running into an issue when a user selects a data element from the gallery that ALREADY has a value present for the Combo Box. The issue comes into play when the user backs out of that data element and selects a new Data Element from the gallery that DOES NOT have a value selected. Then if the user submits, even though that didn't pick a value for the Combo Box, it still updates the SharePoint list with the value from the previous data element.
How do I prevent this? This is causing major issues.
I tried Reset(PFRPartnership) but that doesn't seem to work. Where should I be putting that?
Thank you!