Unanswered question

javasacript code to read parameters

Hi, I declared my parameters in variable manager. How to read them in javascript

Sadasivuni V.
Sadasivuni V.

Sadasivuni V.

Level
1
317 / 750
points

Answers

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.