Hello guys:
I do not understand why I cannot explode, within an existing dynamic array, in multiple arrays (columns) depending on a separator.
Please see:
split_text.jpg
I would expect to get a table as a result with 3 columns. Instead, the function keep the first value, erase everything after the delimiter and return a single array with one word only, the first word.
Any ideas?
Bookmarks