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
Use length() function this should work.
Sorry , Len() is for a finding number of characters in a text, It's not used for list
My bad.