“How to use the SUM function?”
This method is used to get the total sum of the number of arguments passed. SUM(…args)
Example → SUM(“getVal(‘tempObject.value1’)” , “getVal(‘tempObject.value2’)”) SUM(‘1’,‘2’) Output → 3