Why does the RCL 2 and RCL 3 resets to the first option whenever I select submit form. It then will patch the first selection in the database.
See below code for the check/submit:
OnSelect: SubmitForm(CaseForm); Patch('EWS Case Data',CaseForm.LastSubmit,{'RCL 2': 'RCL2-Main'.Selected.Result,'RCL 3': 'RCL3-Main'.Selected.Result})

below is the default/first option in the dropdown.

RCL 2 Code: Distinct(Filter('EWS RCL Categories','RCL 1' = 'RCL1-Main'.Selected.Value), 'RCL 2')
RCL 3 Code: Distinct(Filter('EWS RCL Categories','RCL 2' = 'RCL2-Main'.Selected.Result),'RCL 3')
the onselect/onchange value for these dropdown are "false"