Split function not working for me

Hi, I have an output coming from a facebook lead:


I’m using the set-variable module to use the split operation

but I always get the wrong output:

what am I doing wrong here?

That’s not the split() function, that’s just a text string. Select the function form the list and see the difference yourself.

Hi KaiMO, you are calling the function in the wrong way. Use this to get the first item of the text
{{get(split("Text here"; space); 1)}}

1 Like