loop over document list

Hi All,

I am getting an issue while looping over document list.

I have scenario where

Document List1
|
Document List2

First when I am loop over Document List1 it is showing as document in pipeline which is correct. But inside that loop when I creating another loop over Document List2 , It showing as Document List in pipeline which is not correct. I am not sure what I am doing wrong. It is giving issue while mapping.

Please let me know what I need to do.

Thanks in Adv.

In the first loop, property input array should hold the path of documentlist1. Now keep a map step inside the loop (u can delete it later). From the pipeline of the ‘map’ step, copy the path of the documentlist2. Keep a loop below the map and provide this path as input array. Just want to make sure you had given the right path. If still it doesnt work, provide us a screenshot.

HTH
Senthil