Is there a way to generate a UUID with 12 digits?
Gateway 9.X, 10.X
You can generate a 12-digit UUID/string with the following: ${gateway.random.6.hex}
NOTE: The context variable ${gateway.random.[byte].hex} will generate a UUID/string that is DOUBLE the number of specified bytes. For example, ${gateway.random.24.hex} will generate a 48-digit UUID/string.