Skip to main content

Generate Random Value

Description

Generate Random Value produces random data of various types, including random numbers, integers, strings, UUIDs, and HMAC-based message authentication codes. Use this step when your workflow needs unique identifiers, randomized test data, or security tokens — for example, generating a UUID for each transaction record or creating random strings for password resets. Each generated value is output as a new field that downstream steps can use for processing, filtering, or output.

Configurations

Field NameDescription
NameSpecify the name of the new field that will contain the random value
TypeSpecify the type of data you want to get back:

Random number: generates a random number between 0 and 1.

Random integer: Generates a random 32-bit integer.

Random string: generates a random string based on a 64-bit long random value.

Universally Unique Identifier (UUID)

Universally Unique Identifier type 4 (UUID4).

Random Message Authentication Code (HmacMD5)

Random Message Authentication Code (HmacSHA1)