Hello,
I am trying to join 4 lists in pairs, so one has name and the other the value of the name, similar than the node string.join with a separator
For example the outputs items would be:
output1: testname1/testname2/testname3/testname4
output2: testvalue1/testvalue2/testvalue3/testvalue4
but sometimes the values are in sublists so I get confused