Hi everyone!
I have a JS script, that I launch in web-automatization.
I want to take to my function my variable data, that I calculated in flow before.
For example:
In flow I have calculated the variable "x".
x = test
And I have a function "testfunction()"
How I can put "test" to "testfunction"?
testfunction(%x%) didn't work.
Thanks!