Create List From Text Block
The create list from text block generates a list from the specified text split by the specified delimiter.
<text>.split(<delimiter>);
Create Text From List Block
The create text from list block returns a single string from the specified list with the specified delimiter.
<list>.join(<delimiter>);