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 charactersrequired
The size of the random string to generate. Capped at 512 characters — larger values are rejected at save time. Nodes created in the editor default to 12.
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
Anyrequired
Required trigger connecting the node to the execution flow. This connector disappears entirely when "Unique per file" is enabled — the node then has no input at all.
Output
Text
The random generated text.