In an xAction, I have an Input variable, say v1. How can I modify the value of this input using javascipt (or otherwise)?
I tried, v1 = v1 + "abc" and it gave an error.
Your help is appreciated.
I tried, v1 = v1 + "abc" and it gave an error.
Your help is appreciated.