Skip to main content

Split variable to list

This will split a variable's value with the given separator (which is also a regex) and add each value into the given list.

Parameters

  • Variable name (text)
  • List name (text)
  • Separator (text)

Output

The count of separated values