Copy List Item Across Site Collection In SharePoint 2016 Using Nintex Workflow

SharePoint 2016 general availability was announced in the Future Of SharePoint conference in May 2016. The series that discusses the installation of SharePoint 2016 in Azure can be found at C# Corner from the links, given below-

Nintex is a premium technology partner for SharePoint. With the announcement of SharePoint 2016, Nintex made the announcement of the general availability of Nintex Workflow 2016 on July 11, 2016.

In this article, we will see how to copy list items across Site Collections, using Nintex Workflow. In order to store the list items, we will have a child list.



Whenever a new item is added to the child list, it will be copied to the master list, using Nintex Workflow 2016.



The scope of the article will be -

  • Create a list item in the Child List.
  • Copy the list item to master list, using Nintex Workflow

Let’s go ahead to the the primary list, where we will be running our Nintex Workflow. In our case, it is the ‘ChildList’. Select ‘Create a Workflow in Nintex Workflow’.



This will open up the Nintex Workflow designer. We can select the actions from the left pane. Add the ‘Create Item in another Site’ action to the form.



Once Run, if action is added, it will show the condition missing warning.



Click on Configure button, in the action.



This opens up the form where the user profile information, that needs to be updated, can be entered.



Specify the Site Collection to which the List item will be copied.



Specify the name of the list: Master List, to which the item will be copied.



Now, we have to specify the value of the List item columns that will be copied to the list. Assign the Master List Title value with the Child List Column ‘Title’.



Assign the Master List Name value with the Child List Column ‘Name’.



Assign the Master List Expertise value with the Child List Column ‘Expertise’.



Assign the Master List Location value with the Child List Column ‘Location’.



Post Configuration the form will look like,



The workflow designer now looks like,



Now, set the workflow triggering condition. Here, we are setting it to ‘Start when items are created’ so that the workflow triggers on item creation.



Now, ‘Publish’ the workflow.



Specify the workflow name and description.Then, Submit.



The workflow is being published.



Finally, the publishing is completed.



Now, let’s head over to the Child List and create a new item.



This will start the workflow that copies the list item to Master List. The status can be verified from the Workflow Column “Cross Site Collection Archival”.



The workflow has now run to completion.



The List item has been copied and created as a new item in the Master List.



Summary - Thus, we saw how to copy List item across Site Collection in SharePoint Server 2016, using Nintex Workflow 2016.