Skip to main content
Checks whether the incoming value is a valid UUID, the long unique identifier written as five groups of hexadecimal characters separated by dashes, such as f47ac10b-58cc-4372-a567-0e02b2c3d479. Use this to confirm an identifier field holds a properly shaped UUID before you use it as a key or pass it to another system, or to route records with a missing or malformed identifier down a different path. By default any valid UUID format is accepted; set a Version to require a specific kind of UUID.

Fields

Sample data

The condition was run against an identifier field with no version set, so any valid UUID format is accepted.
Incoming valueResult
f47ac10b-58cc-4372-a567-0e02b2c3d479Matches
12345Does not match