inputRandomNumber

Enters a random number. Defaults to an 8-digit integer (e.g. 87637218).

Examples

- inputRandomNumber

You can optionally add the length command to customise the number of digits.

This example will produce a 2-digit number:

- inputRandomNumber
    length: 2

inputText

inputRandomPersonName

inputRandomEmail

inputRandomText

Last updated