Skip to main content
Functions

Random Text Generator

Random Text Generator

Generates a random sequence of characters with the length specified. Useful for creating unique identifiers, temporary passwords, verification codes or any value that needs to be different on every robot execution.


Options

Number of characters

Enter the number of characters the generated text must have. The higher the number, the longer the result.

Returns

Custom code

js
actions["action-id"].value // random sequence of characters generated (Text)

Field selection

  • value — random text generated with the length defined (Text)

Rules and Conditions

  • The Number of characters field is required.
  • The text generated is made up of letters and numbers in a completely random order.
  • On every robot execution, a new and different text is produced — even with the same configuration.