Overview
Thecreate-hash transformation creates a hash value from the input using a specified algorithm.
Syntax
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
variable | any | Yes | - | The value to hash |
algorithm | string | No | "sha256" | Hash algorithm (e.g., “sha256”, “md5”) |