Sure. Attached is a screenshot of the form, and below is the DefaultSelectedItems code.
{Value: RequestReviewGallery.Selected.'Training Subject'}
This is the Item value for the combo box:
col_CurrentUserSubjs.Title
- defined by: ClearCollect(col_TrainingSubjects, SortByColumns(Subjects, "ID", Ascending));
ClearCollect(col_CurrentUserSubjs, Filter(col_TrainingSubjects, var_CurrentUserEmail in Approver.Email))
The datasource is the same as the gallery, a SPO list named Requests.
The Update property for the combo box's datacard is combo_ApprTrainingSubjectValue.Selected.Title
Let me know if you need more.