Perspective - len expression doesn't work with an array args?

Ignition 8.1.1

len expression doesn’t work with an array args ???
How to obtain the length of the array ?

It seems that only works for strings.

Maybe try using a script transform and return the length there?

Thanks ! it works fine with script transform and:

return len(value)

This is a planned future enhancement for the len function.