1. Docs
  2. Formulas
  3. Functions

SHA1

Calculates the sha1 hash of text.

Categories: Hashing/Signing

Syntax

SHA1(text)

Examples

Example 1

Input

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

Formula

SHA1(my_action.message)

Output

"8ef7e6b365afb1e01ec7c1a04cd505bbb5ee700a"

Sample actions

Event Transform
My Action
Event Transform
SHA1

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?