Hi , thanks you for your quick answer
Let me explain my problem to a simpliest way.
I have a variable into pipeline in (string) and I simply want to map this variable to a RecordList into pipeline out.
Theses 2 variables are into a loop, so every time I loop I want to map the variable to my RecordList. Actually my mapping always write over the first line of my array. What I really want is to write to Line 0 then line 1 then line 2 until my loop finished.
Here’s the final result I expect to get
MyRecortList
MyRecordList[0]
ValueA
MyRecordList[1]
ValueB
MyRecordList[2]
ValueC
Each value come from the same variable but the value change a every loop
Thanks again
Yan
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB