MAP(FN(x, ROUND(x * 1.1, 2)), allvariants.body.[].base_price_EUR)
((2+2)*2 => 8)
total_price
. For this parameter, two references and an operator are used to resolve to the value we want:findvariantbyid.body.base_price_EUR
findenginebyid.body.price
total_price
. In the Endpoint unit, expand body, then click New Property. total_price
, click Literal and then Create.total_price
, then in the dark green area click Set Formula to open the Formula editor. total_price.
:
operand1:operand2
1:5
evaluates to [1,2,3,4]
,
{value1, value2}
{1, 2, 3}
evaluates to
[1,2,3]
*
operand1 * operand2
/
operand 1 / operand2
+
operand1 + operand2
-
operant1 - operand2
^
operand^exponent
&
operand1 & operand2
>
operand1>operand2
<
operand1<operand2
>=
operand1>=operand2
<=
operand1<=operand2
=
operand1=operand2
<>
operand1<>operand2
%
operand1%operand2
!
!operand1
!24