How to add a string with multiple lines to a list of strings?

Hello,

I have a string with different break lines:

“Hello
this is the example
of the example”

I would like to pass this string variable to a new list of variables (system.collections.generic.list) so that every line would be a line of the list.

Thanks!

Hi @EngAnalyst
You mean this?

MultiStringToList.zip (5.8 KB)

1 Like