Hi all,
I have a list and the count of this list is 15 once i try to use count isn't return 15 it returns 1 also I tried to use a!flatten but the same issues
any advice ?
Discussion posts and replies are publicly visible
a!flatten works for me.
count(a!flatten(local!stored.parameters.IO_CURSOR))
count() or length() could both be used here.