Skip to main content

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

Any

To connect to the execution flow if the random UUID is not unique per file.

Output

Text
The random UUID