I've been working on a form to update a person/group field on a SharePoint List. I know how to do bulk edits to a list from within PowerApps but cannot figure out how to edit a Person or Group record since it is not a single value.
Here is what I'm trying as an OnSelect of a Button:
UpdateIf(List1, true, {Name: Office365Users.MyProfile()})Where List1 is a SharePoint Online list that I have connected to my PowerApp.
The error I receive is:
The type Record is invalid for column 'Name'; Record expected.
Any help would be appreciated. Thanks.