In a webMethods flow service I have a document list with (n) documents. Each document have 3 values. Each doc have to be a new row (with 3 columns) in a string table.
How I can do this with webMethods flow?
Input: Output:
DocList column1 column2 column3
DocList[0] row1 var1 var2 var3
var1 row2 var1 var2 var3
var2 .....
var3
DocList[1]
.....