How to change multi-value in string node into list string?

Hi guys,
I want to sort all value in string node to list string (like under picture) without space in string node.
I don’t want use multi string node and list.create node like under picture.
What i can do with this issue ?
Thank all.

You can use a String.Split node and use a whitespace character as the “separater0” input:

2 Likes

maybe this is what you want, its a bit unclear

2 Likes

Hi @cgartland
Thank for your help.
I solved my issue with your solution.

Hi @Marcel_Rijsmus
Thank for your reply.
Your idea will help me for issues in future.
Thank you.

hey,
is there a way to do the reverse of this?
I have a lists, and I want to convert them into strings
image

@hassan.orion use 2 List.GetitemAtIndex @ Level 2 then concatenate in a code block first item + “x” + second item

1 Like

thanks

1 Like