SHA512

Calculates the sha512 hash of text.

Syntax 

SHA512(text)

Usage 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

"2c74fd17edafd80e8447b0d46741ee243b7eb74dd2149a0ab1b9246fb30382f27e853d8585719e0e67cbda0daa8f51671064615d645ae27acb15bfb1447f459b"

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?