Hi is there any way to split the array into a new ...
# suitescript
s
Hi is there any way to split the array into a new line? Example:
Copy code
[
   "Test1 05-Jan-2021",
   "Test1 05-Jan-2021",
   "Test1 05-Jan-2021"
]
output
Copy code
Test1 05-Jan-2021
Test1 05-Jan-2021
Test1 05-Jan-2021