Hi, I am trying to patch user().email into people column in sharepoint as follows
Column in Sharepoint

Patch(
'Table1',
{ID: Self.LastSubmit.ID},
{PersonWhoSubmit:User().Email}
)
However, the following error occurs
The type of this argument 'PersonWhoSubmit' does not match the expected type 'Record'.
Found type •Error'.
May I know how should I amend my formula above? I tried Text and value but it doesnt work