Hello,
I have an inbound document type which contains a list:
-indoc
–e
–e
–…
I have an outbound document type which contains 2 nested lists:
-outdoc
–f
—g
—g
—…
–f
—g
—g
–…
I need to loop over indoc/e to populate outdoc/f[0]/g. However, when I setup the LOOP step with input array = “indoc/e” and output array = “outdoc/f[0]/g”, the map inside my loop still shows multiple g element, which doesn’t seem normal.
Is there anything I’m doing wrong? Should I use another approach?
Thanks in advance for your help.
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services