Design Workflows Builder Toolbox

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.

  1. In your workflow, go to + Add step > Integrations > Quick action.

  2. Select the Generate hash operation.

  3. 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

  4. Select the separator for the strings. For example, it can be an underscore(_) or a pipe (|).

  5. Select the hashing method that best fits your needs.

  6. Save your changes.