Assign a unique ID

Continuing the GUID theme… adding the following to a String Manipulation node can do it too :slight_smile:

string(java.util.UUID.randomUUID())

(although remembering a component is arguably easier than remembering that piece of code! :wink: )

2 Likes