How to use TOSTRING function in vFlow?

“How to use TOSTRING function?”

This function essentially converts a value to its JSON string representation.
We can give any of the hardcoded or dynamic values

TOSTRING(val)
Example →
TOSTRING(‘2+34’)
OUTPUT → string: “2+3
4”


image