Calculate Numbers
Description
Perform math operations on input subject and predicate values to calculate output number value
Input Ports
| Name | dataType | sourceType | required | description |
|---|---|---|---|---|
| Subject | number | link-manual | true | The first number in the equation |
| Operation | text | manual-only | true | The operation of the equation with the Subject and Predicate value |
| Predicate | number | link-manual | true | The last number in the equation |
Scenarios
- The user wants to
addthepredicatenumber to thesubjectnumber - The user wants to
subtractthepredicatenumber from thesubjectnumber - The user wants to
dividethesubjectnumber with thepredicatenumber - The user wants to
multiplythesubjectwith thepredicatenumber
Use case
Inputs
- Subject:
20 - Operation:
Add - Predicate:
4
Experienced tips
- If the
predicateorsubjectnumber is empty, the process will stop and provide you with the following error.The value provided is not a number
Search Tags
Perform math operations on 2 numbers
