I have this working fine with a new form. I use the OnChange to reset a proceeding combo box since the proceeding combo box is also dependent. I run into issues when I get to the screen where I populate an edit form with a gallery selection. That same code used to reset doesn't work. Does it have to do with me using DefaultSelectedItems? The combo box where the reset works uses Items. Maybe I am looking in the wrong place.
Combo Box 1
OnChange
Reset(CB_CampaignSourceReview)
Combo Box 2 (dependent)
DefaultSelectedItems
LookUp(Distinct('Campaign Sources', 'Campaign Source Name'), Value = Parent.Default)