Mathematical functions are the same as you expect. They allow you to add, subtract, multiply, and perform other similar functions. (eg: add() , mul(), max()).
| Mathematical Functions | Description |
| add | Returns the sum of two numbers. |
| div | Returns the division of two numbers. |
| max | Returns the maximum value from an array. |
| min | Returns the minimum value from an array. |
| mod | Returns the remainder by dividing two numbers. |
| mul | Returns the product of two numbers. |
| rand | Returns a random integer from a range of numbers. |
| range | Returns an integer array or set of numbers that start from a specified integer. |
| sub | Returns the subtraction of two numbers. |
Let's see how we can use these functions in a flow.



add(triggerBody()['number'],triggerBody()['number_1'])



I am Sharvari Raut, having sound knowledge and experience in technical writing. Currently, pursuing my B.Tech in Computer Science and Engineering.