Properties

Hash

Get the hash of a value (hash)

Return the hash value of the object (if it has one). Hash values are integers. They are used to quickly compare dictionary keys during a dictionary lookup. Numeric values that compare equal have the same hash value (even if they are of different types, as is the case for 1 and 1.0).

 

{ }
[{"data":{"type":"library","step":"Get hash of string","call":"properties.hash","properties.hash":"hash","args":{"item":"May the force be with you, always..."},"data_to_var":"hash_value","maxpaths":1,"uuid":"9148d39266042bc89aff74e46b1a483b","x":300,"y":400,"width":120,"height":32},"paths":[]}]

Example Response

{"hash_value":1081361232728155098}