SHA256 Function: Difference between revisions

From Planfix
Jump to: navigation, search
No edit summary
 
Line 1: Line 1:
{{#seo:
{{#seo:
|title=Функция SHA256
|title=SHA256 Function
|titlemode=append
|titlemode=append
|keywords=planfix, Function, SHA256
|keywords=planfix, Function, SHA256

Latest revision as of 07:39, 10 May 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