How to get length on an array or string?

How to get length on an array or string?

23 Likes

Add the below function in the Control Copy task:
To get Array length:
ARRLENGTH(“getVal(‘tempObject.arrayPath’)”)

To get String length:
STRLENGTH(“getVal(‘tempObject.path’)”)

20 Likes

Thank for sharing @ShraddhaDhoke

19 Likes