Can we COUNT the string or array value In vFlow?

“How to use the COUNT function?”

1 Like

To count the length of the string or array value obtained by the given path.
We can also give hardcoded values and dynamic values.

COUNT(path)

Example → COUNT(“1234”) => 4