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_1 | Input_field_2 | Mod() Returns |
---|---|---|
7 | 5 | 2 |
17 | 8 | 1 |
67865 | 33531 | 803 |
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.