Take a string from the value store, split it by a definable delimiter, and store the resulting array in the value store..
- splitOriginKey: key the string is stored as
- splitOriginGroup: group to take the string from
- splitTargetGroup: group too store the array in
- splitTargetKey: key to store the array as
- splitCharacter: Delimiter to split the string by
- On success: The array has been stored properly