Ask AI
Skip to main content

Transform seperated string to list

Transform a string that is seperated by a certain character to a list

Input parameters

NameDescriptionTypeRequiredDefault value
Seperated stringThe seperated string to transform.Textfalse
SeperatorThe seperator that was used within the string. For example the string 'a,b,c' with the seperator ',' will result in the list: ['a','b','b'].Textfalse

Output

NameDescriptionTypeDefault value
ResultThe name of the variable to store in the "Variable scope" containing the result.ARRAYSEPERATED_LIST