Hi dear friends
In my case:
I set a variable from my webhook by “set node”:
myvar = my_name_is_meysam_001
I want to split “myvar” by “_” and split it to 5 new variable like these:
var1 = my
var2 = name
var3 = is
var4 = meysam
var5 = 001
and finally use them in my next nodes.
Can anyone help me how can do this please?
Best regards;
Hmm, That does indeed return the 2 names but i ment more as in it duplicates the original row that came in so all the original data is included and the id doesnt change
Hmm, I think i got this to work with a merge node in Multiplex mode to merge the results back together