Hello,
Is it possible to use value from other in the creation rules?
Like :
set "Description" to "%Firstname%"
O more complex (concatenation of multiple variable and text)
set "Description" to " 'My name is ' + %Firstname% +' ' +%Lastname% ' '+' and my username is ' %Logonname' "
Thanks in advanced