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