I have a combo box used as a People Picker within a gallery. I'm trying to patch the person selected to a Person/Group column on a SharePoint list using the OnChange function. My formula is:
Patch(colMetricInformation, ThisItem, {'Person Name': Self.Selected.DisplayName})
However, I receive this error: "The type of this argument 'PersonName' does not match the expected type 'Table'. Found type 'Text'.
How do I overcome this error? Thanks!