How to convert from xml to srtring list

Hi all,

Could You, please, help me with my problem?
Problem:

  • I have XML document presented as a String;
  • Flow services: StringToXMLnode and xmlNodeToDocument = I have a document with many strings;

How I can read these strings? I mean on output not document, but list of strings.
Or do You have any ideas how to read strings from XML?

Hi, if you document have always the same structure, you can do that mapping each field with appendToStringList.
Regards.