Generators

Scripting Formulas

RAND(min = 0, max = 100)

Returns a whole number between the min and max. If no values are given, it will return a number between 0 and 100.

UUID()

Generates a Universally Unique Identifier (Version 4), a unique and randomized code that can be used for IDs.