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

Fousseyni B.
Fousseyni B.

Fousseyni B.

Level
2
1014 / 2000
points

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.

Fousseyni B.
Fousseyni B.

Fousseyni B.

Level
2
1014 / 2000
points

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.