You have to use currentRow in inside for each row loop. We cannot input outside of for each loop.
Use for each row loop and insert your data table so it will give your current row one by one inside you can use your type into. Please try and let us know.
Or if you already using for each row since we cannot see total screen. Please use the expression like below.
CurrentRow(“name”).tostring.split(" "c(0))
You should not use “.” After split function pls review
Hey,
I think you should use for each loop inside for each.
Please take a look this great tutorial made by @AndersJensen
He explained everything what you need to this task