Skip to main content

Mathematical tools

This function allows you to do some mathematical operations inside your flows.

Input parameters​

SectionParametersUsageMandatory
GeneralMethodThe operation you want to performYes
Sum, Subtract, Multiply and Divide*Argument 1First argument of the operationNo
Argument 2Second argument of the operationNo
Hexadecimal to Binary*Hexadecimal stringThe hexadecimal encoded binary string to decodeNo
Similar Text*Text 1First string to compareNo
Text 2Second string to compareNo
Number Format*Argument 1The number to formatNo
Number of DecimalsThe amount of characters after the decimal separatorNo
Decimal pointSymbol used to separate the integer part from the fractional partNo
Thousand separatorSymbol used to separate thousandsNo
  • Different input parameter sections will appear depending on the method chosen.

This is what different methods do:

  • Sum, Subtract, Multiply and Divide: performs these operations.
  • Hexadecimal to Binary: it decodes a hexadecimal encoded binary string and returns the binary representation of the given data.
  • Similar Text: it calculates the similarity between two strings and returns the percentage of matching chars in both strings.
  • Number Format: it formats a number with grouped thousands and floating point values.

Response parameters​

ParameterContent
resultThe result of the operation.