Converts each element of a list to an array

All 1 scenario hold

The parameter is a List, so the element type is the array — shown per element.

expected outcome broken scenario
ScenarioInput valueElement type?Converted value?
String arrays[[a, b], [c]]String[]
    • a
    • b
    • c