cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Hash Functionality

kmiesse
Contributor

How can I hash a unique combination of string values to create a unique single value?

2 REPLIES 2

tstack
Former Employee

You can use the Digest functions in the expression language.

Digest.sha256($msg)

kmiesse
Contributor

Thank you! I found it.