Using v16.3.
Here’s what I’m trying to achieve.
I have some data:
"id";"name"
1;"apple"
2;"orange"
I need to generate some xml, eventually to have the data looking like:

The ultimate purpose is to send a SOAP call and that xml will be used as the payload for the call.
I tried using the Complex XML Assigner, and it tells me off for not referencing my data, but I can’t figure out the syntax.
I’ve defined the top level to use the data stream “in”.


And I’ve defined the “in” object with the id and name column.
How am I supposed to use this?



