I have a response which has array in it. Right now it shows as a string, but i would like to have it as a list item in a cell.
Eg: data = {test1, test2, test3}
Right now it displays as --> test1, test2, test3
I would need it as --> test1
test2
test3
Can someone please let me know on how to achieve this?
Eg: data = {test1, test2, test3}
Right now it displays as --> test1, test2, test3
I would need it as --> test1
test2
test3
Can someone please let me know on how to achieve this?