I am not able to split a text based on " " as a separator.
Any help here?
(I tried using quotes, I tried copy pasting blank space from somewhere else and pasting)
I am not able to split a text based on " " as a separator.
Any help here?
(I tried using quotes, I tried copy pasting blank space from somewhere else and pasting)
Thanks, this worked!!
@Runcorn Another question - From an array, how do I choose first and second (if present) values?
You can either use first() or get(array;1)
or get(array;2)