i have 3 people picker coloumn in sharepoint list user,manager,tainer.
i want to patch the details i used below code it is patching only user .
how to do for login user manager & trainer(using textinputbox.)
User: {
Claims: "i:0#.f|membership|" & User().Email,
Department: "",
DisplayName: "",
Email: "",
JobTitle: "",
Picture: ""
},
Manager: ?
Trainer: patch input text box - ThisRecord.Trainer ?