Hi there,
I am wondering why there is no output of list data type?
What is the best practice to achieve it?
regards
Hi Indra,
Convert list into json inside javascript and assign this json into text parameter as javascript output.
Now in client action use jsondeserialize action to convert json into list.
-Arun