Math Utilities
Math Utilities perform calculations and comparisons between numeric values.
They allow workflows to add, subtract, multiply, divide, and determine minimum or maximum values.
This page explains each math utility block in detail, including what it does, what it accepts, and what it outputs.
Blocks
Add
Subtract
Multiply
Divide
Min
Max
Add The Add block adds two numbers together. What does it do? The Add block combines two numeric values and returns their sum. Input
Value1 (Number)
Value2 (Number)
Output
A numeric value (sum of both inputs)
Subtract The Subtract block subtracts one number from another. What does it do? The Subtract block takes two numeric inputs and returns the difference. Input
Value1 (Number)
Value2 (Number)
Output
A numeric value (Value1 minus Value2)
Multiply The Multiply block multiplies two numbers together. What does it do? The Multiply block returns the product of both numeric inputs. Input
Value1 (Number)
Value2 (Number)
Output
A numeric value (product of both inputs)
Divide The Divide block divides one number by another. What does it do? The Divide block returns the quotient of Value1 divided by Value2. Input
Value1 (Number)
Value2 (Number)
Output
A numeric value (result of division)
Min The Min block returns the smaller of two numbers. What does it do? The Min block compares both numeric inputs and outputs the smallest value. Input
Value1 (Number)
Value2 (Number)
Output
A numeric value (smaller of both inputs)
Max The Max block returns the larger of two numbers. What does it do? The Max block compares both numeric inputs and outputs the largest value. Input
Value1 (Number)
Value2 (Number)
Output
A numeric value (larger of both inputs)
Need help? Still have questions? Join our Discord server for support.
Last modified on July 4, 2026