Knowledge: Combing elements when using XML based Data Actions
Back
Knowledge
Title*Combing elements when using XML based Data Actions
ManualAdministration
Manual Level TwoData Actions
Manual Level ThreeREST
Created23/01/2019
DetailIf you need to use a more complex xpath query to say join several elements, you can use syntax similar to the below. Please note #prefix is required to tell Sysero that this is a more complex xpath query. The codepoints-to-string(10) is an example of adding a carriage return.
#concat(/postadresse/land/text(),codepoints-to-string(10),/postadresse/adresse/text())
Additional Manual Locations