Randoom UUID Generator
This solution was created for a customer who needed to create random UUID for Postgres.
- While loop (run it 32 times)
- Inside the while loop use Action Integer/Random (between 0~15)
- Match condition (10-> A, 11->B, 12-> C->13 ~~~~~~)
- Action Array/Insert-At to create an array with all 32 Hexadecimals
- Array Join to create a single string