1. Docs
  2. Formulas
  3. Functions

MD5

Calculates the hex encoded MD5 hash of some text.

Categories: Hashing/Signing

Syntax

MD5(text)

Examples

Example 1

Input

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

Formula

MD5(my_action.message)

Output

"802377ace177715b8b24ec6703fb8d6f"

Sample actions

Event Transform
MD5
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?