Creating a separate record from a record

Hi,
I had one record containing multiple recordList inside it.
Now, I want to create a new recordList from recordList inside record.
I had mapped recordLIST coming inside my record to a New RecordList. But, In output I am not getting new RecordList.
What might be the possible reason?
Pls let me know ASAP.
THANKS.
Pras

Hi prasanna,

    Loop over record list.It becomes record.map this record 

to transformer recordTorecordList.This might help u.

srini

Hi, Prasanna.

You said:


<!-Quote-!>Quote:

I had mapped recordLIST coming inside my record to a New RecordList. But, In output I am not getting new RecordList. <!-/Quote-!>



What are you getting as output? Are you performing this map within a LOOP? Is there any other specific information that you can provide?

Thanks.