Reference

Components
String Array Split
Description
The String Array Split primitive will break a given string array into two parts at a given point. Note that the split position starts at zero.
Connectors
Inputs Type Outputs Type
Source string array String Array
String array to the left
of the split
String Array
Position at which to make
the split (zero indexed)
Int String array to the right
of the split
String Array
404 of 494