I have a gallery that is displaying some data that I want to patch to another SharePoint list. Currently I am trying to do this, but I can't get the people column data part to work. It is a single people column.
Patch('my list',LookUp('my list',ID=xxx),{txtcol: ThisItem.txtColName, myPeopleCol: ThisItem.galPeopleCol})
How do I grab the people column value that is displayed in the gallery, and patch that to a people column in a SharePoint list?