Hi,

this is in a workflow (sorry should have explained that). I am actually taking 3 values (with different max numbers) to calculate a total number.

I am trying to use <- min -> but I think the calculation is causing some issues…

result = value 1 <- min -> 2 * value 2 <- min -> 5 * value 3 <- min -> 10

I think the calculation is looking at take the value 1 or min value then using that in the second part (value2) and then the same for 3rd part. This means that it is mostly doing the valuation of value 2 or min * value 3 or min - giving me strange results.