Hi. I'm a beginner Nintex SharePoint developer. I am currently creating a functionality where user can select one of previous list items he created and copy its content (multiple coulmns) into new form. I can get every field copied into form, except Person to people picker field. Is there a way to achieve this? I tried this code, but it doesn't work.
NWF$('#' + authorPeoplePicker).val(listItem.get_item('Author'));
Also, I tried assigning the email or full name. No luck.
