08-15-2017 07:37 AM
How can I hash a unique combination of string values to create a unique single value?
08-15-2017 09:14 AM
You can use the Digest functions in the expression language.
Digest.sha256($msg)
08-15-2017 12:22 PM
Thank you! I found it.