Hi, I declared my parameters in variable manager. How to read them in javascript
Hello Sadasivuni,
Are you talking about a variable extractor that you need to read the content in javascript code ? Otherwise, if you want to use a variable declared in a variable manager :
var myVar = context.variableManager.getValue("myVar");
context.variableManager.setValue("computedVar",computedValue);
Best Regards,
Fousseyni B.
Hello, Sadasivuni,
It is impossible to use a variable extrator in a javascript action code.
(Unless, there is a trick I am not aware of)
Best Regards,
Fousseyni B.
Fousseyni answered
Fousseyni answered
Sadasivuni posted a new question