I have a map where the data needs to map as follows:
- If RefValue2 exists, we push the value "LI" to field N901.
- If SerialValue exists, we push value "SE" to field N901.
- If either or both occur multiple times, we want a segment for each one reflecting the "LI" and "SE" values, so we need to loop over the source node to make sure we get every occurrence of these values (RefValue2 & SerialValue) so we output a correct number of segments.
I am having difficulty getting the looping/mapping right, and the build doesn't like more than one source feeding to one destination.