SHA256 Function: Difference between revisions

From Planfix
Jump to: navigation, search
Line 20: Line 20:
==Go To ==
==Go To ==
*[[Standard functions | Formulas]]
*[[Standard functions | Formulas]]
*[Calculated fields]]
*[[Calculated fields]]
*[[Reports]]
*[[Reports]]

Revision as of 11:24, 22 April 2024

The SHA256() function accepts messages of any length and calculates a unique hash code with a fixed length. It is used when working with the API of various services to integrate them into Planfix.

Format

SHA256(text)

Example

SHA256("Good morning")

Result: 607decee1e0350c692d8eafaaa0570642436b5abb761dddda489528b7b2a9aa3

Important

  • Currently, the function does not work for formulas calculated only for summary strings or first groupings in reports..

Go To