LENGTH
Tom Azernour avatar
Written by Tom Azernour
Updated over a week ago

Type: Function

Function: LENGTH

Syntax: LENGTH(array|string)

Description: Returns the length of an array or a string.

Sample usage:

  • LENGTH(label_names) returns the number of elements in the label_names field value.

  • LENGTH("abdc") returns the length of the string, which is 4.

Did this answer your question?