Hello,
I have a gallery with drop downs in each item, whenever the user selects an option and presses the save button, that selection is updated in the source excel file. After the patch, the drop downs "refresh" their values. Is there a way to keep them showing the value that the user selected before pressing save? I tried using:
ThisItem.columname
in the Default property of the drop down, but it seems like the Excel doesn't update fast enough for it to catch the new value and display it.