I have script to convert number to word.But i don't know how to pass the value to the local variable.
Hello Oyie,
You can do that by creating a local variable associated with an input field,
and then with JavaScript change the value of that input.
please check the link below for your reference:
https://www.outsystems.com/forums/discussion/40098/how-to-assign-javascript-value-to-out-system-local-variable/
Regards,
Riyaz
Hi Oyie,
If you have a Reactive application, you can use the JavaScript node to execute JavaScript:
You can specify input and output parameters, so assigning an output parameter in the JavaScript code will make it available in the rest of the code.