How do I insert text to (list from csv row text)?

Hi, May I know how to join some text use list from csv row text ?
i tried only first value able to use join, 2nd value use join fail.

my csv value
LAI YEUT WYE,M10599900000118,30-JAN-23,31-MAR-84,60-125838330

my block

anyone help is much appreciated.

Try something like this

Thank you dora_paz.
this work only loop name text to each rows, how about if i need each row have other text ?
(eg. 1st row Name, 2nd row Member no,3th expire date...etc)

Then create a global list with the text you want to add and then for join each item from both lists

tested, is work !
thank you once again dora_paz.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.