Problem in math functions (Bug of make.com)

This all depends on whether the original data you are adding was in string or numeric format. If both arguments to the + operator as numbers you’ll get the right math. But if either are strings and you don’t parseNumber() them the + operator becomes a concatenation. This has always been the case in Make (it’s like this in JavaScript too).

There are other places this could cause a potential error in calculations.