@ptaylor I am aware that there exists some output for the XML Generator, but as you see on your screen the tags (Worker) are empty and that is a problem. The output from Mapper has some data for Workers but XML Generator does not.
To be more precise, for JSON generator we receive JSON with information regarding 5 workers and some other fields. I expected that as output from XML Generator I would also receive only 5 tags workers (without additional tags), and each tag would contain information about one worker.
The template XML teoreticaly looks ok:
![]()
In mapper snap I mapped array worker from json and array workers from XML Generator but it doesn’t work.
Could you please tell me how the mapper snap or XML Generator snap should be set so that the output from XML Generator contains an xml file with correctly filled tags?