Problem in looping over record list

Hello Everybody,

I am stuck in a simple scenario. Please help me get out of it.

Source: I have a recordlist with r differenent records in it
record list : Employee
Record1 : Details ( fileds Name , ID , Address )
Record2 : Salary details (Basic salary, annual package)

Target
Record list : Emp details
record: complete Details ( Name , Basic salary )

I loop over source and map required fields to target in a map inside loop.
But i don,t get array of Record list ( Emp Details) as output.

I have specified in array and out array also.

Please help me do this. or if u can help me with sample code for this.

Questions similar to your have been asked and answered here on wMUsers for several years now. Please use the search function to find related posts.

Mark