CATEGORIES
« Hide
All Integrations424Built-In12Artificial Intelligence27Commerce22Communication55CRM46Delivery Management1Developer Tools87Education9Finance26Hosting27Human Resources6Issue Tracking13Marketing107Media53Productivity87SAAS62Security8Social27Storage21Support19Task Management46

Math

Math action and trigger components.

Actions

Action components allow you to perform operations on the app.

Absolute Value

Finds the absolute value of given number.

Add

Adds two numbers and returns the sum.

Average

Computes the arithmetic mean of two numbers.

Cosine

Calculates the cosine of value provided in degrees or radians.

Cotangent

Calculates the cotangent of value provided in degrees or radians.

Divide

Divide two numbers and returns the result.

Limit Number

Limits a number to a given range.

Maximum

Finds the maximum one of two numbers.

Minimum

Finds the minimum one of two numbers.

Modulo

Modulo two numbers and returns the result.

Multiply

Multiply two numbers and returns the result.

Number to Text

Converts a number to a text value.

Power

Raise a number to a power and returns the result.

Round Number

Rounds the given number based on the selected option.

Sine

Calculates the sine of value provided in degrees or radians.

Square Root

Calculates the square root of a number.

Subtract

Subtract two numbers and returns the result.

Tangent

Calculates the tangent of value provided in degrees or radians.

Text to Number

Converts a text value to a number.

Yes/No to Number

Converts a Yes/No value to 1 or 0. Where Yes is 1 and No is 0.

Average

Calculates the average (mean) of a list of numbers.

If the list is empty, the average is 0. Non-numeric values such as empty items are evaluated as 0. Filter them out if this is not the desired behavior.

Maximum

Finds the maximum number in a list.

If the list is empty, returns 0.

Minimum

Finds the minimum number in a list.

If the list is empty, returns 0.

Sum

Calculates the sum of a list of numbers.

If the list is empty, the sum is 0. Non-numeric values such as empty items are evaluated as 0. Filter them out if this is not the desired behavior.