Flow math "invalid return type: java.math.BigDecimal"
I want to take the value of two fields, both declared as Decimal, add them and put the total into a third field, also Decimal. I used a script to do so (open to other options): var tot = fd_data.flow_var.total + fd_data._7__for_each.item.u_actual_qua...
