Forum Discussion
Alick
9 years agoOccasional Contributor
I have my random number as a project property i call 'rand' with the value ${=(int)(Math.random()*1000000)} then reference it in the request like this:
newuser_${#Project#rand}
if that's any help?