With Bridge math modules, you can manipulate simple values to change them as required within the flow of a conversation.
USM Content
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.
Module | Function | Inputs* | Output type |
---|---|---|---|
Add | Adds a value to a number. |
| A numeric value. |
Divide | Divide a number by a value. Dividing by 0 returns 0. |
| A numeric value. |
Multiply | Multiply a value by a number. |
| A numeric value. |
Random Number | Pick a random number from a range or pool of numbers. |
| A numeric value. |
Round | Round a value by a required number of decimal places. |
| 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. |
| A numeric value. |
Sum Array | Sum an array of numbers together. The module does not process nested arrays; ensure the array is flat. |
| 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.