RapidIdentity Product Guide

Variables Action

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

Example

varNumber = 5
varString = "Hello"
varExpression = user.sn + ", " + user.givenName
varCallJava = new java.util.HashMap()