added
Generating random data
about 5 years ago by Simon Choy
We have now added support for the creation of random data in variables. Now you can create variables with random names or addresses (and more!) using the string template. The syntax for this new feature is in the form {{fake.type.subtype}}
, e.g. {{fake.name.lastName}}
.

Example of setting up a random first name
There are quite a few different types of random data that are supported. You could generate random titles like below:

You could also generate randomized jargon and keywords:

For more information about this feature and also the list of different types that are supported, please see the help docs.