How do you copy multiple list items from one list to another?


Badge +11

All the list items from one list to another existing list. Both lists have the same structure including lookup fields. How do I do this? I am using Nintex 2010 and SharePoint 2010.

 

Lisa


3 replies

Badge +11

Hi,

Could you have all the ID's of the items that you need to create in a collection variable? Then add For-Each loop. Add action to Copy item. For the where condition you can choose ID = Workflow Data (Id from the For Each condition). The loop will ryun through all the ID's and create them in the list. Hope it helps.

Badge +11

I am testing this now! Thanks for the quick reply.

LIsa

Badge +11

It worked like a charm the first time! Thanks Kapil Joshi​!

Reply