Generate hash
Hashing combined inputs ensures a fixed-length unique ID.Now, you can concatenate strings and hash them with a no-code quick action.
This quick action helps you concatenate a set of strings and calculate a hash of the combined string. Hashing is useful for password storage, data integrity, and digital signatures and speeds up data retrieval while requiring less storage.
-
In your workflow, go to + Add step > Integrations > Quick action.
-
Select the Generate hash operation.
-
Enter the input strings or use {} to refer to data already used in the workflow. Tip: the string can be static or dynamic and have the following format: string, integer, boolean or JSON
-
Select the separator for the strings. For example, it can be an underscore(
_
) or a pipe (|
). -
Select the hashing method that best fits your needs.
-
Save your changes.