Text: Random
Generates a random text with the specified number of characters and allowed characters.
Example
Parameters:
- Number of characters: 12
- Allowed characters: abc
Output: bcbababbabab
Parameters
Number of characters—REQUIRED
The size of the random string to generate
Allowed characters
The characters that can be used to generate the random text (default is alphanumerics).
Unique per file
If checked, the function will generate a unique random text per file, instead of a new random text for each execution in the same file (for example when a mapping is executed on each line of a document).
Input
Any
To connect to the execution flow if the random text is not unique per file.
Output
Text
The random generated text.