Arithmetic operations
You can perform simple addition, subtraction, multiplication and division between any two numbers using the following functions.
Last updated
{{ multiply this.quantity this.price '0.00' }}{{ divide <number1> <number2> <format> }}{{ divide this.discount '10' '0.00'}}{{ sum <array> <format> }}{{ sum (split (Request.Body 'jsonpath' '$.price[*]') ' ') '0.00' }}{{ sum myArrayOfNumbers '0.00' }}