I'm fairly new to Power Apps. I pull the Description from a SharePoint list called "ListRequestBusiness" that looks like this:

and pull the Business Description in Items using this: ForAll(Distinct(CollectListRequestBusiness,Description), {Result: ThisRecord.Value})
The Sharepoint List ListRequestBusiness has three columns:

I want to update my SharePoint list "ListRequest" to pick up the "Description_EN" but while using the OnSubmit button with SubmitForm(Form1); it pulls in the IDBusiness. Can I also use the Patch function to pull in the Business "Description_EN" into the sharepoint list?