How to use DIVIDE function in vFlow?

“How to use the DIVIDE function?”

This function appears to calculate the division of two values provided as arguments.
We can give any of the hardcoded or dynamic values

DIVIDE(…args)
DIVIDE(‘9’,’2’)
Output - 4.5

image