Variables Action
setVariable
Set the value of variable.
Property | Value | Description |
name* | expression, variable | the name of the variable |
value* | text, expression, variable | the value of the variable |
varNumber = 5
varString = "Hello"
varExpression = user.sn + ", " + user.givenName
varCallJava = new java.util.HashMap()