Good morning,
I have a power app form that is pulling in data from my "Roles" list into my "Access Request" form.
There are only three fields being populated manually.
1. LU_Role Name
2. Requestor
3. Justification
All other fields are populated based on the key field LU_Role Name
I am using this expression in the OnChange property of the LU_Role Name control to update the fields on the right side of the form.


The issue is that only the Requestor and Justification field is being added to the SP List "Access Requests"
I need all fields on this form to be included.
The logic for the "Submit" button is as follows -

What am I doing wrong?