PowerApps patch user field code example
Example: powerapps patch field with user
Patch(Patchtesting,Defaults(Patchtesting),
{ Title:"MultiPerson", Multi_x002d_Person:
Table(
{ Claims:"i:0#.f|membership|[email protected]",
Department:"IT",
DisplayName:"Michael Shao",
Email:"[email protected]",
JobTitle:"",
Picture:""},
{ Claims:"i:0#.f|membership|[email protected]",
Department:"",
DisplayName:"Test2",
Email:"[email protected]",
JobTitle:"",
Picture:""})
}
)