It is working fine, but I would like to import a list of Xpath-queries from a csv-file into the xpath-node and not add them manually one-by-one by clicking „Add xpath“.
I guess, that „Flow variables“ are the solution to my problem, but I have no clue how this works exactly.
CSV-Reader? -> Table Column to variable? -> What are the equivalent flow variables in the xpath-node?
In the XPath node, go to the configuration panel and once click on Add Xpath, you can just hit okay than no need to enter anything. Than there are three new Flow Variables. newColumn0, xpath0 and returnType0. newColumn0 is your column name and xpath0 is your xpath query flow variable.