Skip to main content
Nintex Community Menu Bar

\Created\" and \"Created By\" incorrect after a \"Copy Item\" action"

  • May 22, 2018
  • 2 replies
  • 8 views

Forum|alt.badge.img+1

I created a workflow to archive list items from an original list to an archive list. I'm using the "Copy item" action. Everything works fine, but in the archived list, the "Created" date/time and "Created by" are different than the original list. It obviously uses the time it was copied as the "Created" date/time and for the "Created By" the person who initiates the workflow. I would like the archived list to reflect the same values as in the original list. Would appreciate any help please.

2 replies

Forum|alt.badge.img+14
  • Scholar
  • May 28, 2018

these are read-only (internal) list fields, you can not update them with workflow action.

create you own custom fields and copy over original values to those fields.


Forum|alt.badge.img+1
  • Author
  • May 28, 2018

Thanks Marian.