Skip to main content
Nintex Community Menu Bar

how to copy documents to another site collection based on matched metadata value

  • September 28, 2015
  • 1 reply
  • 13 views

Forum|alt.badge.img+3

I need to move documents to a library in another site collection based matched metadata. e.g.  If City in library A of Site A matched City in Library B of Site Collection B then move the document to Library B of Site collection B.  Is there a way to achieve this in NinTex workflow?

1 reply

Forum|alt.badge.img+17
  • Nintex Partner
  • December 15, 2015

This seems to be your scenario Nintex Workflow - Move Documents and Preserve Version History - Vadim Tabakman

Where he is moving a document from one Doc Set to another and preserving history using the Author.dll features in SP on prem. Otherwise you can use the actions:

Copy Item

Copy to SharePoint, or

Call Web Service -> Copy.asmx

An discussion using these actions is here How to move documents sets from library to library

Hope that helps!