Passing variables from Client to Server side in Widget with Augular?

georgechen
Kilo Guru

Hi folks,

I am stuck at a widget where a client side script is having difficulty to pass variable to the server, wondering if I could get any advice?

I have a widget "Data table 3" consisting of Server/Client scripts.   In the client side, a variable c.data.c_topic need to pass to the server (see the highlighted below)

find_real_file.png

In the server side, try to display the variable by gs.addInfoMessage

find_real_file.png

As it can be seen, the data.c_topic shows as undefined.

find_real_file.png

I may need more details please let me know if so.

Thanks