Subtract
Return the difference between two values.
Input
| Field | Definition | Type | Required |
|---|---|---|---|
| number | Numerical value from which another value is subtracted. | Number | TRUE |
| subtract | Value to subtract. | Number | TRUE |
Output
| Field | Definition | Type |
|---|---|---|
| difference | Difference between the input values in the number and subtract fields. | Number |