SHA256_BASE64

Calculates the sha256 hash of the text, expressed in base64.

Syntax 

SHA256_BASE64(text)

Usage examples 

Example 1

Input

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

Formula

SHA256_BASE64(my_action.message)

Output

"pZGm1Av0IEBKARczz7exkNYsZb8LzaMrV7J32a2fFG4="

Sample Actions 

Event transform
SHA256_BASE64
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?