Hello guys, I am trying to patch the User().FullName to the Peoplegroup column that I created on SharepointList is that possible? Thank you

Hello guys, I am trying to patch the User().FullName to the Peoplegroup column that I created on SharepointList is that possible? Thank you
It's possible by passing the following value to the column
{
DisplayName: User().FullName,
Claims:"i:0#.f|membership|" & Lower(User().Email),
Department:"",
Email: User().Email,
JobTitle:"",
Picture:""
}