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
add
thepredicate
number to thesubject
number - The user wants to
subtract
thepredicate
number from thesubject
number - The user wants to
divide
thesubject
number with thepredicate
number - The user wants to
multiply
thesubject
with thepredicate
number
Use case
Inputs
- Subject:
20
- Operation:
Add
- Predicate:
4
Experienced tips
- If the
predicate
orsubject
number 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