Bridge utilities: Math

With Bridge math modules, you can manipulate simple values to change them as required within the flow of a conversation.

Who can use this?

Plans:

  • Bridge by Smartsheet

The Math utilities in Bridge by Smartsheet provide powerful tools for performing calculations within workflows—ideal for aggregating data, transforming values, or making decisions based on numeric logic.

Math modules 

When in doubt about a field in a module, hover over the question mark next to the field. You will get a brief description of the field function.

ModuleFunctionInputs*Output type
AddAdds a value to a number.
  • Add: The amount to be added.
  • Number: The number to be added to.
A numeric value.
Divide

Divide a number by a value.

Dividing by 0 returns 0.

  • Divider: The amount to divide by.
  • Number: The number to be divided.
A numeric value.
MultiplyMultiply a value by a number.
  • Multiple: The amount to multiply by.
  • Number: The number to be multiplied.
A numeric value.
Random NumberPick a random number from a range or pool of numbers.
  • Range: The minimum to maximum value in the number range.
    • Minimum: The minimum value in the number range.
    • Maximum: The maximum value in the number range.
  • Pool: The pool of numbers from which the random number generates from.
A numeric value.
RoundRound a value by a required number of decimal places.
  • Round: Number of decimal places to round to.
  • Number: The number to be rounded.
A numeric value.
Subtract

Removes a value from a number.

Remember that the result of the subtraction can be negative. Ensure your workflow can handle negative values appropriately.

  • Remove: The amount to be subtracted.
  • Number: The number to be subtracted from.
A numeric value.
Sum Array

Sum an array of numbers together.

The module does not process nested arrays; ensure the array is flat.

  • Array: A reference to an array.
  • Path To Number: Name of the field to sum up.
A numeric value.

*Can be a static number or references to a value in the workflow.

When in doubt about a field in a module, hover over the question mark next to the field. You will get a brief description of the field function.