How to use AVG function in vFlow?

“How to use the AVG function?”

This method is used to calculate the average of the number of arguments passed in the function.
AVG(…args)

Example → AVG(“getVal(‘tempObject.value1’)”,“getVal(‘tempObject.value2’)”)
AVG(‘1’,‘2’)
Output → 1.5