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.