Text: Random UUID
Generate a random UUID. Can be useful if you need to generate uniqness in your output data.
Example
# Case 1: unique per file
Ouput for call 1: 758bbea7-9486-4603-a8c0-a50dcf4f6f18
Ouput for call 2: 758bbea7-9486-4603-a8c0-a50dcf4f6f18
# Case 2: unique per execution
Ouput for call 1: 758bbea7-9486-4603-a8c0-a50dcf4f6f18
Ouput for call 2: 1ae6b5ce-4f25-4d1b-9132-c3ce4f366ba0
Parameters
Unique per file
If checked, the function will generate a unique random UUID per file, instead of a new random UUID 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 UUID