Converts a list to a String array, and a blank cell to a null array

All 4 scenarios hold

expected outcome broken scenario
ScenarioInput valueParameter type?Converted value?
Single element[hello]String[]
  • hello
Several[a, b, c]String[]
  • a
  • b
  • c
Empty list[]String[][]
Blank cell