Go to app
Academy
What's new?
Tray UAC
Developer
Connectors
Templates
Help Center
Back
Math Helper
Overview
Operations (sample payloads)
Operations
Math Helpers Operations
Latest version:
2.0
Changelog
Add
Add two numbers together.
Average
Get the average of a list of numbers.
Divide
Divide one number by another number.
Multiply
Multiply two numbers.
Page offset
When looping through pages, you'll often want to get the "offset" - the number of items to skip. If the page is zero based, the offset is page number x per page.
Parse number
Parse a number from a string. Will parse "$20" as 20 by removing the currency symbol.
Remainder
Given two numbers, return the remainder/modulus by dividing the first by the second.
Round
Round a number to the specified number of decimals. Note that floating point numbers cannot represent all decimals precisely in binary.
Run expression
Run an arithmetic expression such as "1 + 2 * (2 + 4)" and get the result.
Subtract
Subtract one number from another number.
Sum
Get the sum of a list of numbers.
Previous
Operations (sample payloads)