Solved
Forum Discussion
geneticmaterial
4 years agoContributor
Wow, this is infuriating! I've tried almost EVERY single variation of getting data from that data generator in a variable being held on the project variables and even the local variables on the keyword test and literally it always comes back with the same value!
The only thing I can get to work here is instead of using a variable is to use setText operation and 'code execution' type using the following code:
Math.random().toString(36).replace(/[^a-z]+/g, '').substr(0, 5)
madness!