29
Views
1
Comments
Solved
How to output Javascript as a List?
Question
Application Type
Reactive

Hi there,

I am wondering why there is no output of list data type?

What is the best practice to achieve it?

regards

 

2025-02-10 17-24-13
Arun Rajput
Solution

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.