My app is used to request the software license so the requesters need to input their computer names into the form to request.

I would like to patch all of the computer names into the collection before submitting them to SharePoint.
I have tried this code
ForAll(SAP_CONFIRM_Req.AllItems, Collect(ContactInfo, {Computer_Name_SAP_Req: Computer__Name_SAP_Req}))
but the result has so fluctuated like this

PS. Because I already pull the employee information from another SharePoint except for their computer names so I need to update the computer name that they type in this gallery to the collection and look up the same id of items. the computer name field will be collected in the last field after the email.
