In SharePoint 2016, I am using a site workflow to copy over content from one list to another. I am using a Create Item control. All fields are getting copied over successfully. However, I have a Owners field that is of Person or Group type. The workflow reports an error.
I created a variable called var_Group of Person Or Group type in my workflow. Then stored the Owners value into it. The Owners field in my destination list is grabbing data from this variable in my Create Item control. The return type is string.
Any ideas. Thanks a bunch.
Mayank