Forum Discussion
koryknick
4 years agoEmployee
In an expression:
Math.randomUUID()
For example, in a Mapper snap:
vincenr
4 years agoNew Contributor III
I’m doing the following but it only gives ONE unique value, the same value, for ALL rows:
[Entry].EntryID, ‘" + Math.randomUUID() + "’ as [Blank Number], [EntAppSts].
I need a unique value for each row in my SQL query, not one unique value. Using the mapper snap will only give one unique value and won’t work for all rows in my query, unless I’m missing something?