Utility Transforms
Produce a value that does not depend on the input.
static
Returns a fixed value. The value is templated, so ${attr} still works — this is the
explicit form of a bare-string value.
1
uuid
Returns a fresh random UUID each time it runs. Useful for a unique identifier the target requires. Takes no configuration.
2