@hasche wrote:
If I use an xpath, which gives me back more than one result, but I don't want to display it in more than one column, can I seperate it with some delimiter?
XPathOnUrl(...)
-> Text 1 Text 2 Text 3 Text 4Dump(XPathonUrl(...)
Text 1
Text 2
Text 3
Text 4My requirement
Text1, Text2, Text3, Text4
Posts: 3
Participants: 2