Hi all,
I have created a form where the records can be viewed again after submission (selected from left container thus populating the right container). The values inputted via text are shown using Parent.Default and ThisItem.'Field' for the dates. However, neither option works for the combo boxes' "default selected items property". See below submitted form where the bottom 3 fields are combo boxes and are not populated.

What is the best way to load the submitted data in the combo box, as shown for other fields? I have achieved the desired result for the "General Condition" field using a label over the combo box and setting default to ThisItem.'General Condition'. However, this has proven unreliable. Hoping for a better solution.
Thanks in advance.