1. Docs
  2. Formulas
  3. Functions

SHA512

Calculates the sha512 hash of text.

Categories: Hashing/Signing

Syntax

SHA512(text)

Examples

Example 1

Input

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

Formula

SHA512(my_action.message)

Output

"82753b40c835cf78396ba0a35e089eb61cd27a6dcdd9ef98c7b01fbfa02e65ff0de600076641889060d3fcca093a237b862dceba856d9c14fc9381c154088ff5"

Sample actions

Event Transform
My Action
Event Transform
SHA512

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?