Mod

Description

Returns the modulo (remainder) result of dividing two numeric values.

This function can be useful for separating odd/even number values in a Flow. 

Use

  • Input field:
    • Select an argument to be the minuend. (Number)
  • Input field:
    • Select an argument to be the subtrahend. (Number)
  • Enter an Output field name.

Example

Input_field_1Input_field_2Mod() Returns
752
1781
6786533531803

Hero Platform_ Example

An example of this function can be found in Hero Platform_'s library of examples.

Download the example titled "function_Mod" to see an example of this function. 

Type

Formulas