1. Docs
  2. Formulas
  3. Functions

SHA256

Calculates the sha256 hash of text, expressed in hex.

Categories: Hashing/Signing

Syntax

SHA256(text)

Examples

Example 1

Input

1
{
2
"my_action": {
3
"message": "This is a private message for your eyes only!"
4
}
5
}

Formula

SHA256(my_action.message)

Output

"f23127ca63dbfea2d0535bafee7957bab11a0a50e67cb7b24adec0d3736c47ff"

Sample actions

Event Transform
SHA256
Event Transform
My Action

Select an action to inspect

You can also click "Copy actions" and paste them in your Tines story to see how they work.

Was this helpful?