ListLen
Last updated
Was this helpful?
Last updated
Was this helpful?
Calculates the length of a list separated by the specified delimiter
list
string
true
string list to calculate the length
delimiter
string
false
string the list delimiter
,
includeEmptyFields
boolean
false
boolean whether to include empty fields in the returned result
false
Get the number of elements in this list
Result: 4
Get the number of elements in this list using a custom delimiter
Result: 3
Get the number of elements in this list, including empty values
Result: 4