Is there a way within an Evaluate block to use FQL and write an if statement?
In my solution, I am trying to add two elements together and if one of the values is null, I want to set the null value to 0.
In the example below, if value 2 is null, set it to 0.
Example:
$number(value1[code= “prm.cost”].value.amount)
+
$number(value2[code= “prm.taxes”].value.amount)