I'm using a workflow created in Workflow Designer 10.0.0.249 to move multiple copies of a document to various users' folders.
Within a 'for each entry' loop iterating over these user's names, I'm creating a copy of the document for them with their name and other info specific to them in the document's metadata. When the workflow "Route Entry to Folder / Assign Field Values" activity applies the values, it seems to apply the changes to the original first, even when choosing Copy rather than Move. Those values do then come across with the copy that is created, but it leaves the original document with the metadata of the last person in the iteration. Is this the intended behaviour?