“How to use the MAX function?”
This method is used to return the maximum value from the number of arguments passed in the function. MAX(…args)
Example → MAX(“getVal(‘tempObject.value1’)” , “getVal(‘tempObject.value2’)") MAX(‘1’,‘2’) Output → 2