Variables Actions
- 03 Jun 2022
- 1 Minute to read
- Print
- DarkLight
Variables Actions
- Updated on 03 Jun 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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()
Was this article helpful?