I'm having an issue with an issue with the some of my comboboxes sometimes not keeping its value after navigating to another screen.
Each of my screens are tied to another datasource (different Sharepoint lists), when a user clicks on the button to move to the next screen, the current screen submits the form and on success it moves to the next screen. The default mode for each screen is edit. the comboboxes have defaultsselecteditem set like the following:
LookUp(dd_Activity, Title = ThisItem.Activity_x0020_Code)
When I navigate back to the screen which was submitted at times one or two comboboxes may be missing their values. This doesn't happen all the time. Anyone else experience something similar to this? Any suggestions?